This project using React Native so you must to setup React Native by React Native Docs
Please run this script
$ npm install && cd ios && pod install && cd .. && npm start
Run on device by script
- iOS
Script:
$ react-native run-iosOpen by Xcode: Open Xcode and open fileReactNativeWidgetExample.xcworkspace/iniosfolder - Android
Script:
$ react-native run-androidOpen by Android Studio: Open Android Studio and chose folderandroid
In main screen you can custom fields to test our package, after change the field you press "Open Widget" to check it. If you want to test again you can go back and change the fields again!
Thanks for your support!