This repository will help you to start your fresh new React Native project with Expo using the best practices to accelerate you coding.
- Ready to build with Expo.
- NativeBase integration. Best UI Kit for React Native.
- Domain-Driven file structure.
- Best configurations for VSCode.
- Module Resolver for fixing Relative Paths.
- Best Linting configurations and complements.
- Ready to work with Prettier, Eslint integrations and best practices.
- Redux, Redux-thunk and Redux-persist for manage state.
- Instalation
- Configuration
- File Structure
- Contributing
- Support, Questions, or Feedback
- Maintainers
- License
Clone or download the repository and install the dependencies
# Clone the repository
git clone --depth 1 https://github.com/boadude/React-Native-Expo-Starter.git
# Go to React-Native-Expo-Starter directory
cd React-Native-Expo-Starter
# Install dependecies
npm install
# Start the project with Expo
npm start
Now, open Expo app on your Android or iPhone phone and scan the QR Code or go to the exp url. If you want you can start a device simulator, just follow the instructions in your console.