Mayowa Daniel
Mayowa Daniel
Still relevant in 2022. Thanks so much for sharing
@iDVB great job! I'm trying out your code at the point you shared it and was wondering if there's anything gotcha I should know about. Also not sure what you...
Looking at the react-native-gesture-handler docs and examples and it's sooo much more complex than this library for simple use cases. React Native support would be welcome regardless of the work...
I found a solution to this. Before I export the component I need to set the displayName The issue was due to wrapping my components with the observer from mobx....
I think this would have to do with "ducking". The concept/setting exists with the audio object for expo-av. Not sure what's out there for their video library. Have you tried...
@pleerock You’re right! I’ve corrected the link
curious if this worked post deploy. Did it?
@denolfe where in a payload project does the webpack config you shared go? ``` webpack: (config => ({ resolve: { fallback: { crypto: false, http: require.resolve('https-browserify'), http2: false, https: require.resolve('https-browserify'),...