Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.02 KB

File metadata and controls

23 lines (12 loc) · 1.02 KB

Scenary

Scenary is a social media clone app. Written with Expo React Native JS.

Expo Go | Google Play

More technical details in Scenery Wiki

Figma template

Key RN components

  1. expo-image-picker

    Camera component and image picker (in Create.js screen: ImagePicker.launchCameraAsync, ImagePicker.launchImageLibraryAsync)

  2. @expo/react-native-action-sheet

    Native menu to choose Camera or Image picker (Take Photo, Choose Photo)