brunork / AudioRecorderReactNative

Audio recorder and player build with React Native, Expo, Styled Components and Moti.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running the project

Install dependencies

yarn install

Start metro bundler

yarn start

Run iOS Simulator

yarn ios

Run Android Simulator

yarn android

Adding Native Code

This project can be run from a web browser or the Expo client app. You may find that you want to add more native code later on. You can do this by ejecting the project and rebuilding it yourself.

  • Run expo eject to create the native projects.
  • You can still run your project in the web browser or Expo client, you just won't be able to access any new native modules you add.

💡 Learn more about native code in Expo

Publishing

  • Deploy the native app to the App store and Play store using this guide: Deployment.

📝 Notes

About

Audio recorder and player build with React Native, Expo, Styled Components and Moti.

License:Creative Commons Zero v1.0 Universal


Languages

Language:TypeScript 77.4%Language:JavaScript 22.6%