-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testflight updates #204
base: main
Are you sure you want to change the base?
Testflight updates #204
Conversation
🚅 Deployed to the pr-08c771-204 environment in onestack.dev
|
Hmm yea getting errors on dev server startup:
|
type NativeBottomTabNavigationEventMap, | ||
} from 'react-native-bottom-tabs/react-navigation' | ||
|
||
import type { BottomTabNavigationOptions } from '@react-navigation/bottom-tabs' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nit: you should import navigation options from native bottom tabs
Let me know what I can do to fix this in the library, looking forward to get this working for you guys |
@okwasniewski thanks, yea this is something we need to fix i believe, we do handle these internal imports, but for some reason this one isn't, i'll poke at it more soon. Typically on RNW we just map it to an empty file or something, I do that in tamagui, so have an idea of what to try. |
…pecific imports better
got this mostly working, there's a bug with the tabs not stretching across anymore just need to see whats going on there |
I am also getting this error when setting up dev server using
|
Hi @hridoy43, this might be able to resolve that build failed issue: #195 (comment) |
Can you try with latest release? It should be fixed |
seeing an error on
yarn dev
where bottom-tabs tries to improtreact-native/dist
path and its not happy, and my resolveId isnt picking it up.