This is a base project with all the extensions and libraries that i need to create new projects.
Project created with Expo CLI. See official docs to set up the environment.
The following tools were used to build the project:
- Expo
- Bun package manager
- React Native
- TypeScript
- ESLint
- Prettier
- React Native SVG
- Async Storage
- Hero Icons
- Axios
- React Native Circular Progress
- Date Fns
- Lodash
- React Navigation: Routes and navigation
- React Native Reanimated: React Native Reanimated is a powerful animation library.
- Native Wind: NativeWind uses Tailwind CSS as scripting language to create a universal style system for React Native. NativeWind components can be shared between platforms and will output their styles as CSS StyleSheet on web and StyleSheet.create for native.
First you need to install the native packages and dependencies.
bun install
Run on IOS
bun run ios
Run on Android
bun run android