One codebase to build for iOS, Android, Web and Desktop with React-Native
The React Native Cross-platform Apps starter is a production-ready starter kit that allows developers to build cross-platform apps using React Native. It provides a solid foundation and includes key features such as platform compatibility, debugging tools, design components, state management, and more. With easy installation instructions, developers can quickly get started and customize the starter kit to meet their specific app requirements.
To install the React Native Cross-platform Apps starter, follow the below steps:
git clone git@github.com:turbothinh/react-native-cross-platform-starter.git && cd react-native-cross-platform-starteryarn && yarn app:depyarn app:start.yarn ios for iOS or yarn android for Android. Do not run both commands simultaneously.yarn web:dev to run the app on the web.yarn electron to run the app on desktop.npx react-native-rename <your-new-project-name> inside the root folder to rename the app.yarn generate:icon && yarn generate:bootsplash.The React Native Cross-platform Apps starter provides developers with a comprehensive toolkit for building cross-platform apps using React Native. With its range of platform compatibility, development tools, design system, libraries, and deep-linking capabilities, developers can leverage the starter kit to build robust and feature-rich mobile apps. The clear installation instructions make it easy to get started and customize the starter kit for individual project requirements. Overall, the React Native Cross-platform Apps starter is a valuable resource for developers looking to streamline their cross-platform app development process.