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/
/ios/Pods/
.idea
yarn.lock
This diff is collapsed.
This diff is collapsed.
......@@ -27,17 +27,17 @@ const App = () => {
return (
<>
<View style={styles.header}>
<Text style={styles.headerText}>RNChangeFocus</Text>
<Text style={styles.headerText}>RN assign accessibility focus</Text>
</View>
<View style={styles.body}>
<TouchableOpacity style={styles.button} onPress={changeFocus}>
<Text>Press to change focus to BUTTON 3</Text>
<Text>Assign focus to button 3</Text>
</TouchableOpacity>
<TouchableOpacity style={styles.button}>
<Text>BUTTON 2</Text>
<Text>Button 2</Text>
</TouchableOpacity>
<TouchableOpacity style={styles.button} ref={button3Ref}>
<Text>BUTTON 3</Text>
<Text>Button 3</Text>
</TouchableOpacity>
</View>
</>
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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