This is a practice following from the Expo Documentation tutorial.
It's an app named StickerSmash.
In the Expo, most elements corresponds to the built-in Core components from React Native.
(briefly copy from the expo documentation)
● select image from the media library using ios/android
● create sticker modal from React Native
● touch gestures to interact with sticker
● use third party libraries to capture screenshots and save it to the disk
● go through the process of configuring a status bar, a splash screen, and an icon
● Routing and Navigation (two pages)
● usage of smartphone accelerometer
● bluetooth
💡 Solution : upgrade the expo SDK to a supported version by the following command
expo upgrade
- Find third-party libraries on React Native Directory. (Example : gesture-handler, reanimated, view-shot...)