Travis Sheldon
Travis Sheldon
@ItaLiaNKiinG it'll be done when its done.. there is no estimate of when I will start nor how long it will take. My life responsibilities take precedence and I do...
He already has an open pr waiting approval and merge.
FWIW... I'd like to avoid the continued use/promotion of any external keyboard-aware components since it's baked into [react-native KeyboardAvoidingView](https://facebook.github.io/react-native/docs/keyboardavoidingview.html) -- packages like `react-native-keyboard-aware-scroll-view` haven't performed as well for me as...
Can you post the actual code from your components render function? Your code looks fine from what I can see On Dec 28, 2016 7:03 PM, "MARC P" wrote: >...
All looks correct. Since you're exporting the component as a named export, make sure you're doing import {FormGeneratorTester} from 'path' and not import FormGeneratorTester from 'path' when you're including your...