ReactNative Expo proof of concepts app
- material design theme using
react-native-paper
- encryption and decryption
- files read/write/delete/update using
Expo
Expo
file sharing- archiving and encrypting multiple files into a single file archive using
expo-sqlite
- picture region selector using
react-native-reanimated
andreact-native-gesture-handler
- signature pad screen using
reanimated
andgesture-handler
andreact-native-svg
- OAuth 2 federatedSignIn authentication using
expo-web-browser
,aws-amplify
andexpo-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 passingbase64
model - add a full demo of a RN custom library integration with both
Swift
andKotlin
implementations