Hugo Houyez
Hugo Houyez
I have no idea where the behavior comes from but here is my code: When I simply replace Image with CachedImage it duplicates the Image element twice and renders it...
### Steps to reproduce Create a .css file and import it into a .jsx file. It works locally but when pushing to heroku the css isnt loaded. ### Expected behavior...
I get the following error message when trying to compile for android. ``` Execution failed for task ':react-native-community_geolocation:compileReleaseJavaWithJavac'. > java.lang.NullPointerException (no error message) ```
Getting the following error ``` undefined is not an object (evaluating '_ref5.x') map@[native code] _f [native code] _f [native code] ABI42_0_0reanimated::ABI42_0_0REAIOSErrorHandler::raiseSpec() ABI42_0_0REAIOSErrorHandler.mm:17 ABI42_0_0reanimated::ErrorHandler::raise() ABI42_0_0reanimated::NativeReanimatedModule::onRender(double) invocation function for block in ABI42_0_0reanimated::createReanimatedModule(std::__1::shared_ptr)::$_4::operator()(std::__1::function,...
I'm getting no error but nothing is displayed on my page, am I missing something I just added the component with correct app id and page id.
When using the SharedElement component inside a ``, the animation is offset by a couple pixel before readjusting after a short delay.
I'd like to use this library but instead of opening a full screen safarie view, I'd like it to be a modal, where we can see the back of previous...
I want to get rid of the leading and ending vertical lines, how can I do that? Thank you.
``` `${value} €` }/> index } svg={{ stroke: colors.blue_dark, strokeWidth: 4 }} style={{width: width - 100}} contentInset={{ top: 20, bottom: 20 }}> ` ${value}`}/> ``` I've tried removing padding and...