react-native-template-obytes
react-native-template-obytes copied to clipboard
📱 A template for your next React Native project: Expo, PNPM, TypeScript, TailwindCSS, Husky, EAS, GitHub Actions, Env Vars, expo-router, react-query, react-hook-form.
Can u also provide a template for React Native using javaScript?
please update it with the latest react-native version
Hi! You have a really nice template here, I think I'll use it for the next project :) I was checking the dependecies and looks like react-native-make is no longer...
V 5.0.0
## What does this do? - [x] Migrate to expo 50 SDK - [x] remove `@bacons/link-assets` in favor of the new `expo-font` feature to load font statically - [x] Migrate...
# Summary: ## Steps to reproduce: Node.js v18.14.0 ## Expected behavior: ## Additional notes:   #### Tasks - [ ] Task 1 - [ ] Task 2 - [...
# Summary: ## Steps to reproduce: Run `eas build -p ios --profile simulator` in your terminal.
# Summary: eas build exits at pre install phase  ## Steps to reproduce: pnpm build:development:android
# Summary: I followed the document step by step,and always fails after executing command pnpm android.  ## Steps to reproduce: pnpm android failed ## Expected behavior: ## Additional notes:...
# Summary: See title ## Steps to reproduce: 1. prebuild local build to production 2. publish a production build to eas. wait for it to finish 3. now run a...
I added some assets in an assets subfolder (assets/images/onboarding/onboarding_1.png) and loaded them in a code like this: `const [assets] = useAssets( require('myapp/assets/images/onboarding/onboarding_1.png') ); ` on emulator everything works fine, but...