Alexey Kureev
Alexey Kureev
Or just use `react-native link`, we fixed it there
Strange, MainApplication thingy has been fixed in 0.29-rc2: https://github.com/facebook/react-native/commit/3c8a2eed92587ef3a79352b71073e4cfccb2a7df
I'd recommend to use `react-native link` instead of rnpm. We're about to deprecate rnpm as soon as it's merged into react-native core. We announce it when the first react-native release...
`react-native unlink ` should do the trick
@kssujithcj AFAIK Expo app doesn't support custom native modules
@julesmoretti unfortunately, nothing specific. Blur takes a snapshot of underlying view and blurs it. If you refresh onScroll, it will literally kill your performance 😞
Depends what you want to do. One important thing you need to keep in mind is that once the screen is drawn, it'll remain "unchanged" till the next re-draw. Simply...
You can predefine your content component based on props/state. For example, you can use a switch/case statement that
Hi @NancyZY! Thanks for posting this issue, unfortunately it's hard to me to understand what you're trying to achieve. Could you be so kind to reword the question?
BlurView on Android shouldn't have any children