Alek Hartzog
Alek Hartzog
Yeah can't get this working on Big Sur at all 🤷♂️
You can add this to your .eslintrc for a short term fix @holden-caulfield 'react-native/no-raw-text': [ 2, { skip: ['H1', 'H2', 'H3', 'Animated.Text'], }, ], I use NativeBase so the h1,...
PR is up. I also considered adding the H1, H2, H3 tags but since those are library specific I wasn't sure if it would be appropriate. https://github.com/Intellicode/eslint-plugin-react-native/pull/226
NerdFitness Coaching https://www.nerdfitness.com/  Two developers; 191,605 lines of code; lots of love. Formik is used in both the react-native app for clients, the web app for the coaches to...
Also curious about this, and specifically inside React Native since it's re-exported inside of that? I've implemented it in a test component and am not seeing any data coming out...
I also experience this intermittently when starting out of the command line with run-ios. It appears to have resolved when I cleaned my build folder. `The following build commands failed:...
We're also curious if this is going to be merged in?
The nativeEvent property on the onload event is null on android.  