-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
bento(feat): kitchen sink with bento #2444
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
is this ready? |
Not ready yet. Changed to draft PR will continue development |
bento: add till events bento: add till tabbar bento: add till datepickers bento: add Avatars bento: remove log bento: remove unused code bento:(feat) run bento components in kitchen sink bento: kitchen-sink: cleanup bento: kitchen-sink: bento stack screen setup bento: kitchen-sink: linking setup bento: kitchen-sink: add header bento: kitchen-sink: loading all part components bento: kitchen-sink: navigation to parts bento: kitchen-sink: add part screen navigation bento: add bento screen to navigation bento: rendering list of elements bento: setup running without listingData bento: add expo-image-picker bento: (feat): bento on kitchensink bento: navigation setup [bento-kitchen-sink]: bento homescreen [bento-kitchen-sink]: bento homescreen [bento-kitchen-sink]: add bento row option
cb87786
to
043751f
Compare
// experimentalFlattenThemesOnNative: true, | ||
// disable: true, | ||
// disableExtraction: true, | ||
}, | ||
], | ||
'react-native-reanimated/plugin', | ||
"react-native-reanimated/plugin", |
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.
p sure you don't need this if you're using babel-preset-expo
https://docs.expo.dev/versions/latest/sdk/reanimated/#installation
No additional configuration is required. Reanimated Babel plugin is automatically configured in babel-preset-expo when you install the library.
notes:
note: Almost all components working on native. We will do another pass to address what's missing after this merge.