File tree 3 files changed +9
-4
lines changed
AnonAadhaar.xcodeproj/xcshareddata/xcschemes
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 60
60
ReferencedContainer = " container:AnonAadhaar.xcodeproj" >
61
61
</BuildableReference >
62
62
</BuildableProductRunnable >
63
+ <AdditionalOptions >
64
+ <AdditionalOption
65
+ key = " NSZombieEnabled"
66
+ value = " YES"
67
+ isEnabled = " YES" >
68
+ </AdditionalOption >
69
+ </AdditionalOptions >
63
70
</LaunchAction >
64
71
<ProfileAction
65
72
buildConfiguration = " Release"
Original file line number Diff line number Diff line change 32
32
<key >NSAllowsLocalNetworking </key >
33
33
<true />
34
34
</dict >
35
- <key >NSLocationWhenInUseUsageDescription </key >
36
- <string />
37
35
<key >UILaunchStoryboardName </key >
38
36
<string >LaunchScreen </string >
39
37
<key >NSCameraUsageDescription </key >
Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ export const OnboardingScreen: FunctionComponent<OnboardingScreenProps> = ({
116
116
< SvgXml xml = { icons . arrowRightLine } width = "24" height = "24" />
117
117
</ TouchableOpacity >
118
118
) : (
119
- < TouchableOpacity style = { styles . buttonDisabled } >
119
+ < View style = { styles . buttonDisabled } >
120
120
< SvgXml xml = { icons . arrowRightLine } width = "24" height = "24" />
121
- </ TouchableOpacity >
121
+ </ View >
122
122
) }
123
123
</ View >
124
124
</ View >
You can’t perform that action at this time.
0 commit comments