Marton Bodonyi
Marton Bodonyi
In the meantime, a way around this is to pass through environment variables that determine which file to include for your app and then specify multiple builders in your package.json....
I ended up reverting to the old version of this branch which works fine (0.9.4) - head over to https://github.com/sambaiz/puppeteer-lambda-starter-kit/releases to grab it.
This would help improve react-navigation for users who have motion sensitivity and prefer cross-fade transitions
Having similar issues today - it looks like disabling `enableAutomaticScroll` disables the resizing of the scrollview, so the scrollview appears behind the keyboard on the iOS. I think using the...
I faced the same issue. There's an error in the documentation for this module because it says to publish the config but also to edit .env file and use either....
Here's our solution: ``` // __mocks__/@react-native-picker/picker.tsx import { Picker as ActualPicker } from '@react-native-picker/picker' import { ReactNode } from 'react' import { Platform, View } from 'react-native' export type PickerWithFocusMock...
A non ideal way to do this is to add the event listener to the marker element - I've added that on to your fiddle over at https://jsfiddle.net/qnr246xd/ . I...
I accidentally left some code in at the bottom of the fiddle that was a distraction. https://jsfiddle.net/a26pxgr5/ is the latest. The difference is that in your implementation you are adding...
Has anybody seen a native Java implementation that checks 'Remove animations' status? Would be a fairly easy thing to bridge over but I haven't seen any examples online.
No improvements over here ... babel with file cache was faster to compile.