Awesome
PhotosReactNative
Look Lock App written in React Native (available both iOS and Android).
Goodbye to nosy swipers!
Pick the photos you want to share with your friends on Look Lock before giving away your mobile. Your friends will only see those you picked, and the rest are protected!
Demo
Screenshots
<img src="https://raw.github.com/7kfpun/PhotosReactNative/master/assets/screenshots/screenshotIPhone0.png" width="200"> <img src="https://raw.github.com/7kfpun/PhotosReactNative/master/assets/screenshots/screenshotIPhone1.png" width="200"> <img src="https://raw.github.com/7kfpun/PhotosReactNative/master/assets/screenshots/screenshotIPhone2.png" width="200"> <img src="https://raw.github.com/7kfpun/PhotosReactNative/master/assets/screenshots/screenshotIPhone3.png" width="200">
<img src="https://raw.github.com/7kfpun/PhotosReactNative/master/assets/screenshots/screenshotIPad0.png" width="200"> <img src="https://raw.github.com/7kfpun/PhotosReactNative/master/assets/screenshots/screenshotIPad1.png" width="200"> <img src="https://raw.github.com/7kfpun/PhotosReactNative/master/assets/screenshots/screenshotIPad2.png" width="200"> <img src="https://raw.github.com/7kfpun/PhotosReactNative/master/assets/screenshots/screenshotIPad3.png" width="200">
<img src="https://raw.github.com/7kfpun/PhotosReactNative/master/assets/screenshots/screenshotAndroid0.png" width="200"> <img src="https://raw.github.com/7kfpun/PhotosReactNative/master/assets/screenshots/screenshotAndroid1.png" width="200"> <img src="https://raw.github.com/7kfpun/PhotosReactNative/master/assets/screenshots/screenshotAndroid2.png" width="200"> <img src="https://raw.github.com/7kfpun/PhotosReactNative/master/assets/screenshots/screenshotAndroid3.png" width="200"> <img src="https://raw.github.com/7kfpun/PhotosReactNative/master/assets/screenshots/screenshotAndroid4.png" width="200">
React and React Native version
- react: 15.3.1
- react-native: 0.33.0
Plugins used
- react-native-admob - A react-native component for Google AdMob banners.
- react-native-camera-roll-picker - A React Native component providing images selection from camera roll.
- react-native-collapsible - Animated collapsible component for React Native, good for accordions, toggles etc.
- react-native-device-detection.
- react-native-device-info - Device Information for React Native iOS and Android.
- react-native-gesture-password - A gesture password component for React Native. It supports both iOS and Android since it's written in pure JavaScript.
- react-native-google-analytics-bridge - React Native bridge to the Google Analytics libraries on both iOS and Android.
- react-native-navbar - Navbar component for React Native.
- react-native-passcode-auth - React Native authentication with iOS Passcode.
- react-native-photo-browser - Local and remote media gallery with captions, selections and grid view support for react native.
- react-native-router-flux - React Native Router based on new React Native Navigation API.
- react-native-share - Share Social , Sending Simple Data to Other Apps.
- react-native-simple-store - A minimalistic wrapper around React Native's AsyncStorage.
- react-native-sound - React Native module for playing sound clips.
- react-native-tableview-simple - Flexible and lightweight React Native component for UITableView made with pure CSS.
- react-native-vector-icons - 3000 Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full stying.
Additional
- eslint: A fully pluggable tool for identifying and reporting on patterns in JavaScript.
Running
Clone & install
- Clone this repo
git clone git@github.com:7kfpun/PhotosReactNative.git
cd PhotosReactNative
- run
npm install
iOS
- Run
react-native run-ios
Android
- Run
android avd
and start an emulator - Run
react-native run-android
License
Released under the MIT License.