Example App
Note
If you dealing any issue with the library we suggest you try the example app.
Note
App only works on physical devices, not will work with simulator.
Showcase
Permissions Screen | Lenses Screen | Camera Screen |
---|---|---|
Building the App
# clone the project
git clone https://github.com/popile-media/react-native-snapchat-camera-kit.git
# go into the project
cd react-native-snapchat-camera-kit
# make project ready
npm run bootstrap
# go into the example
cd example
# copy environment file and set your credentials
cp .env.example .env
# run for android
npm run android
# or
# run for ios
npm run ios