Norfeldt / moti-loading-spinner-issue

This is just an example of the issue I'm having with the animations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moti Example

Supports Expo iOS Supports Expo Android

πŸš€ How to use

npx create-react-native-app -t with-moti

  • Install packages with yarn or npm install.
    • If you have native iOS code run npx pod-install
  • Run yarn start to start the bundler.
  • Open the project in a React runtime to try it:

πŸ’‘ This demo uses experimental Reanimated 2 support in Expo. Learn more.

TypeScript

Moti is built with TypeScript and has first-class support. Here's how to add TS support to your project:

  • Rename App.js ➜ App.tsx
  • Run expo start -- TypeScript will be automatically configured.

πŸ’‘ Learn more about TypeScript in Expo

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

This is just an example of the issue I'm having with the animations.


Languages

Language:JavaScript 100.0%