I needed a calculator. And I wanted to learn about ReactNative.
Enter a combination of numbers and operations, and enjoy the results.
Don't.
(But you can if you really want.)
- Install packages with
pnpm install
,npm install
, oryarn
.- If you have native iOS code run
pnpx pod-install
- If you have native iOS code run
- Run
pnpm start
to start the bundler. - Open the project in a React runtime to try it:
- iOS: Client iOS
- Android: Client Android
- Web: Any web browser
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
yarn 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.
- Deploy the native app to the App store and Play store using this guide: Deployment.
- Deploy the website using this guide: Web deployment.
- Learn more about Universal React.
- See what API and components are available in the React runtimes.
- Find out more about developing apps and websites: Guides.
Format: [icon](type): short description
Example: ⚪(doc): Create README.md
Use emoji to represent types.
Types:
- 🟢(fea) a new feature added
- 🟡(ref) refactor code
- 🟠(fix) a normal bug fix
- 🔴(cri) a critical bug fix
- 🟣(sty) style update
- 🔵(tes) tests
- ⚪(doc) documentation
- 🟤(cho) maintenance chores
- ⚫(rem) an old feature removed
- TODO: Improve emoji. Can you suggest other emoji schemes?
- TODO: Define scopes. Maybe use other emoji for scopes?