ReactNative Expo proof of concepts app
- material design theme using
react-native-paper - encryption and decryption
- files read/write/delete/update using
Expo Expofile sharing- archiving and encrypting multiple files into a single file archive using
expo-sqlite - picture region selector using
react-native-reanimatedandreact-native-gesture-handler - signature pad screen using
reanimatedandgesture-handlerandreact-native-svg - OAuth 2 federatedSignIn authentication using
expo-web-browser,aws-amplifyandexpo-linking - 3D Viewer with scene and orbit controls by integrating Three.js library
| Picture Zooming | Drawing surface | Region Selector | Image Tagger | 3D glTF Viewer |
|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
- Install the dependencies:
npm install - Start the application:
npm start - Run on Android or iOS device:
npm run android # for Android devices
npm run ios # for iOS devices Some ideas about next features to explore...
- 3D Viewer: load model from asset and call
loader.parse()directly passingbase64model - add a full demo of a RN custom library integration with both
SwiftandKotlinimplementations




