Skip to content

this time i tryed to create a meditation app with react native

Notifications You must be signed in to change notification settings

amirmasadi/second-react-native-app

Repository files navigation

Simple React-Native Meditation app.

You can download the Universal apk here.

alt text

How to use

1- First download the zip file or clone the project.

2- Install the dependencies with npm i command.

3.1- npx react-native start inside your React Native project folder.

3.2- Let Metro Bundler run in its own terminal. Open a new terminal inside your React Native project folder. Run the npx react-native run-android command.

If everything is set up correctly, you should see your new app running in your Android emulator shortly.

for more info on getting start with react-native see docs.