Skip to content

Commit

Permalink
After configuring your project for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
dharding committed Jul 9, 2021
1 parent 33eb76b commit d25cc8d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ DerivedData
build/
.idea
.gradle
local.properties
*.iml

# node.js
Expand Down
3 changes: 2 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/lib/ruby/gems/3.0.0/bin:$PATH
export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/lib/ruby/gems/3.0.0/bin:/Users/david/Library/Android/sdk/platform-tools:$PATH
export LDFLAGS="-L/opt/homebrew/opt/ruby/lib"
export CPPFLAGS="-I/opt/homebrew/opt/ruby/include"
export ANDROID_SDK=/Users/david/Library/Android/sdk
1 change: 0 additions & 1 deletion ReactNativeOnM1/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ DerivedData
build/
.idea
.gradle
local.properties
*.iml

# node.js
Expand Down
2 changes: 1 addition & 1 deletion ReactNativeOnM1/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ android.useAndroidX=true
android.enableJetifier=true

# Version of flipper SDK to use with React Native
FLIPPER_VERSION=0.75.1
FLIPPER_VERSION=0.91.1
1 change: 1 addition & 0 deletions ReactNativeOnM1/android/local.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sdk.dir = /Users/david/Library/Android/sdk

0 comments on commit d25cc8d

Please sign in to comment.