You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Text>Note: microphone permissions may not work on iOS simulator. Also, toggling permissions from the settings menu may cause the app to crash. This is normal on iOS. Google "ios crash permission change"</Text>
113
+
<TouchableHighlight
114
+
onPress={Permissions.openSettings}>
115
+
<Textstyle={styles.text}>Open settings</Text>
116
+
</TouchableHighlight>
117
+
</View>
118
+
119
+
120
+
<Textstyle={styles['footer_'+Platform.OS]}>
121
+
Note: microphone permissions may not work on iOS simulator. Also, toggling permissions from the settings menu may cause the app to crash. This is normal on iOS. Google "ios crash permission change"
0 commit comments