About this Android App
- Android 14 API 34
- Mobile View
- Android Auto View
- React Native
- Tailwind (NativeWind)
Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
To install dependencies related to WSL2 :
Note: If you're not using zsh check the setup-android-sdk.sh before running the following command.
npm run setupFirst, you will need to start Metro, the JavaScript bundler that ships with React Native.
To start Metro, run the following command from the root of your React Native project:
npm startLet Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:
npm run debugnpm run buildNow that you have successfully run the app, let's modify it.
- Open
App.tsxin your text editor of choice and edit some lines. - Press the R key twice or select "Reload" from the Developer Menu (Ctrl + M (on Window and Linux) to see your changes!
- React Native WSL2 Development
- ReactNativeArduinoBLE
- React Native Android Auto
- Android Auto
- NativeWind
To learn more about React Native, take a look at the following resources:
- React Native Website - learn more about React Native.
- Getting Started - an overview of React Native and how setup your environment.
- Learn the Basics - a guided tour of the React Native basics.
- Blog - read the latest official React Native Blog posts.
@facebook/react-native- the Open Source; GitHub repository for React Native.