]> git.rustad.me Git - geoguessr/commit
Initial commit master
authorBjørn Rustad <bjorn@rustad.me>
Thu, 16 Aug 2018 17:03:47 +0000 (19:03 +0200)
committerBjørn Rustad <bjorn@rustad.me>
Thu, 16 Aug 2018 17:03:47 +0000 (19:03 +0200)
commite6885441e345921a2d5b1a5b3cb3e8c8a90657b2
tree510e8c667ed5d3662ec2f120843f5de4f781b6c5
Initial commit
20 files changed:
.gitignore [new file with mode: 0644]
App.js [new file with mode: 0644]
__tests__/App-test.js [new file with mode: 0644]
app.json [new file with mode: 0644]
assets/fonts/SpaceMono-Regular.ttf [new file with mode: 0755]
assets/images/icon.png [new file with mode: 0644]
assets/images/robot-dev.png [new file with mode: 0644]
assets/images/robot-prod.png [new file with mode: 0644]
assets/images/splash.png [new file with mode: 0644]
components/StyledText.js [new file with mode: 0644]
components/TabBarIcon.js [new file with mode: 0644]
components/__tests__/StyledText-test.js [new file with mode: 0644]
constants/Colors.js [new file with mode: 0644]
constants/Layout.js [new file with mode: 0644]
navigation/AppNavigator.js [new file with mode: 0644]
navigation/MainTabNavigator.js [new file with mode: 0644]
package.json [new file with mode: 0644]
screens/HomeScreen.js [new file with mode: 0644]
screens/LinksScreen.js [new file with mode: 0644]
screens/SettingsScreen.js [new file with mode: 0644]