Commit 03373215 authored by Niccolò Cantù's avatar Niccolò Cantù

remove lock-files, which causes problems with registry

parent 7f5aabd8
...@@ -67,3 +67,4 @@ buck-out/ ...@@ -67,3 +67,4 @@ buck-out/
/ios/Pods/ /ios/Pods/
.idea .idea
yarn.lock
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -27,17 +27,17 @@ const App = () => { ...@@ -27,17 +27,17 @@ const App = () => {
return ( return (
<> <>
<View style={styles.header}> <View style={styles.header}>
<Text style={styles.headerText}>RNChangeFocus</Text> <Text style={styles.headerText}>RN assign accessibility focus</Text>
</View> </View>
<View style={styles.body}> <View style={styles.body}>
<TouchableOpacity style={styles.button} onPress={changeFocus}> <TouchableOpacity style={styles.button} onPress={changeFocus}>
<Text>Press to change focus to BUTTON 3</Text> <Text>Assign focus to button 3</Text>
</TouchableOpacity> </TouchableOpacity>
<TouchableOpacity style={styles.button}> <TouchableOpacity style={styles.button}>
<Text>BUTTON 2</Text> <Text>Button 2</Text>
</TouchableOpacity> </TouchableOpacity>
<TouchableOpacity style={styles.button} ref={button3Ref}> <TouchableOpacity style={styles.button} ref={button3Ref}>
<Text>BUTTON 3</Text> <Text>Button 3</Text>
</TouchableOpacity> </TouchableOpacity>
</View> </View>
</> </>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment