A minimal React Native app demonstrating a lot of design and animations with the new SDK54, reanimated, gesture handling and skia.
- Install dependencies:
npm install- Start the dev server:
npm start- Open the app:
- Press
afor Android,ifor iOS (Mac), or scan the QR with Expo Go.
- Babel preset missing / runtime not ready:
- Ensure
babel-preset-expois installed and present inbabel.config.js.
- Ensure
- Missing assets in
app.json:- Either add the referenced files under
assets/, or removeicon/splashentries.
- Either add the referenced files under
- Dependency mismatches:
- Use
npx expo installto align versions with Expo SDK 54.
- Use
MIT