nishan (o^▽^o)

Results 52 comments of nishan (o^▽^o)

@FezVrasta are you using Modal component from NativeBase? React Native's built in modal always appears on top of any View. Let us know if the Modal from NativeBase works as...

Okay sure, with React Navigation can you try putting the NativeBaseProvider above the NavigationContainer?

@cruzlutor are you using native StackNavigator?

The Modal components in NativeBase uses a JavaScript portal implementation and it doesn't render on top of the Native Stack Navigator screens. We're actively looking into this issue. I'll update...

> CSS Lengths - should `px` be mapped to a physical pixel or alias to `sp` and `dp` unit on native? `px` on the web doesn't map to the physical...

^I can confirm that bob exports es module and commonjs bundles in two separate directories. As long as the bundler picks es modules bundle path, transformers can get the `import...

PR - https://github.com/react-native-netinfo/react-native-netinfo/pull/622

yo, can you refer to [this solution](https://github.com/intergalacticspacehighway/react-native-responsive-query/pull/14)? Less fragile but adds an optional [extra step for SSR](https://github.com/intergalacticspacehighway/react-native-responsive-query/tree/rnw-0.18#ssr-with-nextjs). If this step is not added, things will still work but styles won't...

@mikehardy thanks for reviewing! I'll report back with the required changes. > the example may need an update to work with these changes 👍

also, I noticed that same behavior happens with metamask wallet 😕. It is consistently reproducible on my end.