Skip to content

Commit 8f4560d

Browse files
committed
feat: redeployed to solve localization bug
1 parent 8e8adaa commit 8f4560d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

example/ios/AnonAadhaar.xcodeproj/xcshareddata/xcschemes/AnonAadhaar.xcscheme

+7
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@
6060
ReferencedContainer = "container:AnonAadhaar.xcodeproj">
6161
</BuildableReference>
6262
</BuildableProductRunnable>
63+
<AdditionalOptions>
64+
<AdditionalOption
65+
key = "NSZombieEnabled"
66+
value = "YES"
67+
isEnabled = "YES">
68+
</AdditionalOption>
69+
</AdditionalOptions>
6370
</LaunchAction>
6471
<ProfileAction
6572
buildConfiguration = "Release"

example/ios/AnonAadhaar/Info.plist

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
<key>NSAllowsLocalNetworking</key>
3333
<true/>
3434
</dict>
35-
<key>NSLocationWhenInUseUsageDescription</key>
36-
<string/>
3735
<key>UILaunchStoryboardName</key>
3836
<string>LaunchScreen</string>
3937
<key>NSCameraUsageDescription</key>

example/src/Screens/OnboardingScreen.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ export const OnboardingScreen: FunctionComponent<OnboardingScreenProps> = ({
116116
<SvgXml xml={icons.arrowRightLine} width="24" height="24" />
117117
</TouchableOpacity>
118118
) : (
119-
<TouchableOpacity style={styles.buttonDisabled}>
119+
<View style={styles.buttonDisabled}>
120120
<SvgXml xml={icons.arrowRightLine} width="24" height="24" />
121-
</TouchableOpacity>
121+
</View>
122122
)}
123123
</View>
124124
</View>

0 commit comments

Comments
 (0)