Skip to content

Commit

Permalink
Merge pull request #2 from pnthach95/rn71
Browse files Browse the repository at this point in the history
  • Loading branch information
pnthach95 authored Apr 5, 2023
2 parents 0dd8c67 + 2426e24 commit 361df62
Show file tree
Hide file tree
Showing 49 changed files with 2,046 additions and 2,301 deletions.
6 changes: 0 additions & 6 deletions .buckconfig

This file was deleted.

11 changes: 5 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,15 @@ keystore.properties
*.iml
*.hprof
.cxx/
*.keystore
!debug.keystore

# node.js
#
node_modules/
npm-debug.log
yarn-error.log

# BUCK
buck-out/
\.buckd/
*.keystore
!debug.keystore

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
Expand All @@ -65,3 +61,6 @@ buck-out/
/vendor/bundle/

debug.log

# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

5 changes: 5 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
"label": "Install release APK",
"type": "shell",
"command": "cd android/app/build/outputs/apk/release && adb install app-release.apk"
},
{
"label": "Fix Flipper",
"type": "shell",
"command": "adb shell run-as 'vn.pnthach.karthuria' rm -rf files/sonar"
}
]
}
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby '2.7.5'
ruby '>= 2.6.10'

gem 'cocoapods', '~> 1.11', '>= 1.11.2'
gem 'cocoapods', '>= 1.11.3'
55 changes: 0 additions & 55 deletions android/app/_BUCK

This file was deleted.

Loading

0 comments on commit 361df62

Please sign in to comment.