Jules Moretti
Jules Moretti
Hey @peter-mouland, for me but this should not be a limitation, I care about the production bundle.js file size and css file size which in turn will drive the rendering...
Tried it also same issue... Here is the code I used based of the example: ``` /** * Basic [Android] Example for react-native-blur * https://github.com/react-native-community/react-native-blur */ 'use strict'; import React,...
It seems as though Blur View takes a snapshot of the view you want to blur and uses that as the background. So any offsets will not work on Android....
@Kureev - any advice?
@Kureev - thank you very much :( to refresh I would have to call the imageLoaded() again right? And last question for you is there any limitations, for example would...
Same here @crysfel . but there seems to be issues with the pan responder. Please see issue here: https://github.com/facebook/react-native/issues/12591
``` Found Xcode workspace ListingApp.xcworkspace Could not find iPhone 6 simulator ``` iPhone 6 is no longer supported in mac 10.15
Thank you, that works for letting me know which channel but then somehow to read it is not working. I have tried to follow also this tutorial with no luck:...
If someone could add this, that would be super helpful. Current Error from Arduino IDE when trying to upload the StandardFirmata: ``` In file included from /Users/jules/Documents/Arduino/libraries/Firmata/Firmata.h:17:0, from /private/var/folders/p4/9t0h4nrd12v46g5523pshb_h0000gn/T/.arduinoIDE-unsaved202488-57619-faz7js.rn9p8/StandardFirmata/StandardFirmata.ino:28: /Users/jules/Documents/Arduino/libraries/Firmata/Boards.h:1106:2:...
**Note:** There is no `this.props.hammer` available for the const mc variable event if I move up the import react...hammer to the top.