Skip to content

devlprkhan/3DCarouselAnimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 or npm run 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.jsApp.tsx
  • Run yarn start or npm run start -- TypeScript will be automatically configured.

💡 Learn more about TypeScript in Expo

Running/Modifying Native Code

You can generate native iOS and Android projects from your Expo config file (app.json/ app.config.js) by runnning npx expo prebuild. These native projects can then be compiled and run via XCode and Android Studio.

💡 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published