forked from sonalmaniya/react-native-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
844ccf4
commit f30e540
Showing
6 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -532,4 +532,4 @@ SPEC CHECKSUMS: | |
|
||
PODFILE CHECKSUM: dd96ed7b19a446b9cf803e9979cf1b1b9ff71294 | ||
|
||
COCOAPODS: 1.9.3 | ||
COCOAPODS: 1.10.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
npx pod-install |