Zach Silveira
Zach Silveira
What's the need for this, could you elaborate in the readme?
Not really sure what you want me to do here, all the component does is pass some props through to a normal textinput https://github.com/zackify/react-native-autofocus/blob/master/text-input.js
I think I might have and idea now that you mention it :) I’ll mess around with it soon On Thu, Dec 28, 2017 at 20:36 Phil Andrews wrote: >...
On the latest version of React Native, ``` import React from 'react'; import { Form, TextInput } from 'react-native-autofocus'; import { StyleSheet, Text, View } from 'react-native'; export default class...
I wish the documentation on Babel plugins was better. Thanks for reporting this. Maybe I'll get time to make one!
Think you can help me out a bit? Never messed with the graphql validators before. Looks like i can add something like this to the rules list: ```js 'no-duplicate-variables': {...
Yep. I know. Trying to think of a good way to handle it.
And just default it to json. Sounds good. Now we can do middleware like this: ```js import { middleware } from 'legible' const test = request => async function(next) {...
I can’t say for sure. It was difficult to create this library in general, due to the constraints of the way layouts work in RN. An easy fix may be...
Are you sure you have ``` import { Tour } from 'react-native-tour'; ; ``` the Tour component must be around everything. This is the provider that allows the consumer to...