react-native-image-resizer/example
Florian Rival d0ffb34194 Bump version 2016-05-16 13:09:51 +02:00
..
android Add example app 2016-05-16 13:06:14 +02:00
ios Add example app 2016-05-16 13:06:14 +02:00
.buckconfig Add example app 2016-05-16 13:06:14 +02:00
.flowconfig Add example app 2016-05-16 13:06:14 +02:00
.gitignore Add example app 2016-05-16 13:06:14 +02:00
.watchmanconfig Add example app 2016-05-16 13:06:14 +02:00
README.md Add example app 2016-05-16 13:06:14 +02:00
app.js Add example app 2016-05-16 13:06:14 +02:00
index.android.js Add example app 2016-05-16 13:06:14 +02:00
index.ios.js Add example app 2016-05-16 13:06:14 +02:00
package.json Bump version 2016-05-16 13:09:51 +02:00

README.md

react-native-image-resizer example

This is a very simple example app, loading the first photo from the device camera roll and allowing to resize it.

Installation

Be sure to have React Native installed.

cd example
npm install

iOS

react-native run-ios

Android

react-native run-android

Development

If you want to use this sample app to develop react-native-image-resizer, erase the node_modules/react-native-image-resizer folder and replace it by the git repository:

rm -rf node_modules/react-native-image-resizer
cd node_modules && git clone git@github.com:bamlab/react-native-image-resizer.git

Recompile and relaunch iOS/Android apps.