@thisiswunder/wunder-boilerplate
v1.1.10
Published
```bash npx create-react-native-app -t https://github.com/thisiswunder/wunder-boilerplate ```
Downloads
2
Readme
Getting Started
npx create-react-native-app -t https://github.com/thisiswunder/wunder-boilerplate
In order to change app's name, please make necessary changes in app.json
and package.json
.
What's inside
- Expo SDK - a set of tools and services built around React Native and native platforms.
- React Navigation (v6) - routing and navigation for React Native apps.
- Tamagui - Tamagui lets you share more code between web and native apps while improving, rather than sacrificing, DX, performance, and code maintainability.
- Reanimated 3 - React Native's Animated library reimplemented.
- Zustand - A small, fast and scalable bearbones state-management solution using simplified flux principles. Has a comfy API based on hooks, isn't boilerplatey or opinionated.
- React Native Gesture Handler - native touches and gesture system for React Native.