Skip to content

Commit 24d2670

Browse files
committed
refactor(example-app): 💬 update app version in about screen
1 parent 3e46717 commit 24d2670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/pages/AboutScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const AboutScreen = ({ navigation }) => {
8888
</Box>
8989
</Box>
9090
<Text style={tailwind.style("font-medium pt-2")}>
91-
version: {Constants.manifest.version}(5)
91+
version: {Constants.manifest.version}(11)
9292
</Text>
9393
</Box>
9494
</Box>

0 commit comments

Comments
 (0)