Alek Hartzog

Results 8 comments of Alek Hartzog

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/ ![nf-logo](https://user-images.githubusercontent.com/9828263/46296637-ceb46680-c568-11e8-8000-b1873be2852f.png) 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. ![image](https://user-images.githubusercontent.com/9828263/75161476-e1918300-56e9-11ea-938b-3788251887d5.png) ![image](https://user-images.githubusercontent.com/9828263/75161495-e9512780-56e9-11ea-9adb-4abcbeac9c7d.png)