Skip to content

Commit

Permalink
Added Example gif and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mahavir-atliq committed Dec 17, 2020
1 parent 844ccf4 commit f30e540
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 2 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# react-native-starter

A Boilerplate application for building REACT NATIVE APP (redux, saga, context, theme, localization, tabs with animation)

### - Latest react native version 0.63.2

### - Redux saga

### - Localization

### - Theme support (Dark / Light)

### - Postinstall script for auto pod install after yarn install

### - Utility for validations and error messages

### - Custom font and fontsize for maintain typography

### - Persist redux storage

### - Support different env for PRODUCTION and DEVELOPMENT

### - Auth screens (Login and Signup)

### Example

![Example](images/preivew.gif)
Binary file added images/preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -532,4 +532,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: dd96ed7b19a446b9cf803e9979cf1b1b9ff71294

COCOAPODS: 1.9.3
COCOAPODS: 1.10.0
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
"lint": "eslint .",
"postinstall": "sh postinstall"
},
"dependencies": {
"@react-native-community/async-storage": "^1.12.0",
Expand Down
1 change: 1 addition & 0 deletions postinstall
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx pod-install

0 comments on commit f30e540

Please sign in to comment.