Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 3 additions & 51 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,51 +1,3 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
fastlane/README*
*xcworkspacedata

# Directories #
###############
.gradle
build
node_modules
xcuserdata
android/app/src/main/res
log.android
.idea
webpack-assets.json
*report*
node_modules/**/*
.expo/*
npm-debug.*
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,5 @@ This repository contains a React Native project, implementing the [react-native-

1. Clone this repo.
2. Run `yarn install`.
3. `git submodule init`
4. `git submodule update`
5. Ensure a device, or emulated Android image is connected (`adb devices`).
6. Run `react-native run-android`.

> If running on a device, run `adb reverse tcp:8081 tcp:8081`.
3. Run `yarn start`
4. Use an Android/iOS device (with Expo client installed) to read the QR code and run the app.
65 changes: 0 additions & 65 deletions android/app/BUCK

This file was deleted.

151 changes: 0 additions & 151 deletions android/app/build.gradle

This file was deleted.

70 changes: 0 additions & 70 deletions android/app/proguard-rules.pro

This file was deleted.

32 changes: 0 additions & 32 deletions android/app/src/main/AndroidManifest.xml

This file was deleted.

Binary file removed android/app/src/main/assets/fonts/Entypo.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/EvilIcons.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Feather.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/FontAwesome.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Foundation.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Ionicons.ttf
Binary file not shown.
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/MaterialIcons.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Octicons.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Roboto-Black.ttf
Binary file not shown.
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Roboto-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Roboto-Italic.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Roboto-Light.ttf
Binary file not shown.
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Roboto-Medium.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Roboto-Thin.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Zocial.ttf
Binary file not shown.
Loading