David Leuliette

Results 104 comments of David Leuliette

Hey @andrisole92 Thank you for this well-written issue with a clear example of what you are trying to achieve 😉 Here is my answer https://reactnavigation.org/docs/tab-based-navigation/#add-badges-to-icons If your problem is solved...

Hey @sdinesmvc If your problem is solved can you please close the issue? It sparks joy for maintainers ✨

Hey @Bladymendoza97 Can you provide a screenshot or better a gif? it will help us to identify the problem 😉

@robinheinze Maybe you can ping @eduplus on the #react-native-ci channel on Slack. There is example on this repo with fastlane integration https://github.com/solinor/react-native-ci

In fact you can deploy if you specify the `master branch` Here is an example https://github.com/flexbox/davidl/blob/master/Gemfile#L17

Hey @pradeepmantha we have a new release https://github.com/expo-community/expo-firebase-starter/releases/tag/0.16.0 If your problem is solved can you please close the issue? It sparks joy for maintainers ✨

@Erioldoesdesign you are a legend! That's a great work to collect all the history about this repo!

Hey @gern132 I have in the same situation as you: trying to add Native Base to the stack My error is ``` Failed to compile ../app/node_modules/@react-aria/live-announcer/dist/main.js:2:0 Module not found: Can't...

I ran ``` yarn upgrade-interactive --latest ``` to bump `nextjs` if you want to have a look here is the diff https://github.com/flexbox/react-native-universal-monorepo/pull/1/commits/5af016213f61b322c4842b32f6c563161d3fa772 I have an another error ```console ./node_modules/react-native-web/dist/cjs/modules/useResponderEvents/ResponderTouchHistoryStore.js TypeError:...

I made some progress Nextjs builds! https://github.com/flexbox/react-native-universal-monorepo/pull/1/commits/d6f161f6fcbe704040b66ffef686152ad39e0bfc But I still have an issue with `react-dom` when I try to use a Native Base component like a `` ``` error -...