react-native-template-obytes icon indicating copy to clipboard operation
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.

Results 72 react-native-template-obytes issues
Sort by recently updated
recently updated
newest added

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...

## 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: ![image](https://github.com/obytes/react-native-template-obytes/assets/38815121/f38110e2-9601-4597-97cb-3a9198a6103a) ![image](https://github.com/obytes/react-native-template-obytes/assets/38815121/8697ec72-83e1-4903-865d-ae85a386df2d) #### Tasks - [ ] Task 1 - [ ] Task 2 - [...

no-issue-activity

# Summary: ## Steps to reproduce: Run `eas build -p ios --profile simulator` in your terminal.

# Summary: eas build exits at pre install phase ![Screenshot 2023-11-01 013719](https://github.com/obytes/react-native-template-obytes/assets/141450145/82bb9715-76b1-45ef-ac85-b434d74f8f4d) ## Steps to reproduce: pnpm build:development:android

# Summary: I followed the document step by step,and always fails after executing command pnpm android. ![qwe](https://github.com/obytes/react-native-template-obytes/assets/80813444/c53bfb7a-5a10-4050-9abf-4e9646e2e7c0) ## 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...