Skip to content

natioskar/react-native-insta-photo-studio

 
 

Repository files navigation

react-native-insta-photo-studio

npm i react-native-insta-photo-studio --save

Demo 1: https://www.youtube.com/edit?video_id=w2MZMxMO0js

import React, { Component } from 'react';
import {
  AppRegistry,
  StyleSheet,
  Text,
  View
} from 'react-native';
import ReactNativeInstaPhotoStudio from 'react-native-insta-photo-studio';

export default class HelloRN extends Component {
  render() {
    return (
      <ReactNativeInstaPhotoStudio></ReactNativeInstaPhotoStudio>
    );
  }
}

const styles = StyleSheet.create({
  container: {
    flex: 1,
    justifyContent: 'center',
    alignItems: 'center',
    backgroundColor: '#F5FCFF',
  },
  welcome: {
    fontSize: 20,
    textAlign: 'center',
    margin: 10,
  },
  instructions: {
    textAlign: 'center',
    color: '#333333',
    marginBottom: 5,
  },
});

AppRegistry.registerComponent('HelloRN', () => HelloRN);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.2%
  • Java 1.9%
  • Objective-C 1.4%
  • HTML 0.8%
  • Python 0.5%
  • Shell 0.1%
  • Other 0.1%