David Leuliette

Results 98 comments of David Leuliette
trafficstars

Confirmed! Thank you for you work 🙌

the `isTransparent={false}` looks nice because with a dark background the `TextInput` is barelly visible ![image](https://user-images.githubusercontent.com/360936/99101784-5ccef800-25dd-11eb-8ddb-b92d765acf67.png)

Just tried the `tsconfig.json` strategy only on another project. https://github.com/flexbox/react-native-bootcamp/pull/77/commits/1d0df58a531583558ee82035fe61328053bd374b It works fine, and avoid having a dependency with `babel-plugin-root-import`. This is a better solution because it will reduce errors...

Just noticed with the `package.json` approach, during expo build, we are running into an error ![image](https://user-images.githubusercontent.com/360936/167103242-9ef24cde-b6b9-4fb5-9133-ebea03c0e5e5.png) Next step: - [ ] try to build the project - [ ] investigate...

Closing that for now because I don't have the bandwidth right now let the team focus on https://github.com/infinitered/ignite/milestone/19

In the last few months, I think I have explored all the possible solutions to create a monorepo with react native. To ship a `/mobile` app and a `/web` app...

>How many Ignite devs use the Chrome debugger? Legions I totally understand the point of @kieran-osgood and @oguzturker8 but by experience I have a feeling there are more - "React...

Hey @DiogoRio what's your [output of the doctor cli](https://reactnative.dev/blog/2019/11/18/react-native-doctor) ```console npx @react-native-community/cli doctor ```

Hey @NIDHINgl Can you put some effort into your issue? It's hard to understand your problem 😅 Provide some screenshot, you can use [excalidraw](https://excalidraw.com/) or even better an online example...