React Native Redux Boilerplate
npm install @freakycoder/react-native-redux-boilerplate




!Platform - Android and iOS


src="https://github.com/WrathChaos/react-native-redux-boilerplate/blob/master/assets/Screenshots/JSLibraryBoilerplate.png" />
You can simply clone the project and start with your barebone project
``ruby`
git clone git@github.com:WrathChaos/react-native-redux-boilerplate.git
``
npx react-native-rename
> With custom Bundle Identifier (Android only. For iOS, please use Xcode)
``
npx react-native-rename
* npm i
* cd ios && pod install
* cd .. && react-native run-ios/android
* npm i
* cd android && mkdir local.properties
* nano local.properties
#### Example of MacOS Android SDK Path
Make sure that set your right path of Android SDK
` `
ndk.dir=/Users/your-name/Library/Android/sdk/ndk-bundle
sdk.dir=/Users/your-name/Library/Android/sdk
* cd .. & react-native run-ios/android
- Redux
- Redux Services
- NavigationService
- API Usage Service
- Ready to use Styles
- React Navigation v4
- React Navigation Helpers
- HTTP Network Management (Axios)
- Built-in EventEmitter (EventBus)
- Generic React Hooks API Request Service
- Babel Plugin Module Resolver to fix the relative path problem (visit .babelrc)
- colors
- fonts
- spacing
- theme
- font-size
`js`
import colors from "colors";
`js`
import fonts from "fonts";
`js`
import fontSize from "font-size";
`js`
import spacing from "spacing";
`js`
import theme from "theme";
if you want to call them all at once
`js``
import { theme, fonts, colors, spacing, fontSize } from "shared-styles/index";
- [x] ~~LICENSE~~
- [ ] Write an article about the lib on Medium
FreakyCoder, kurayogun@gmail.com
React Native Redux Boilerplate is available under the MIT license. See the LICENSE file for more info.