Skip to content

Commit

Permalink
Base ios module
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellindau committed Feb 28, 2024
1 parent 89a59bb commit d8bcd30
Show file tree
Hide file tree
Showing 17 changed files with 1,583 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ local.properties
buck-out/
\.buckd/
*.keystore


Pods
1 change: 1 addition & 0 deletions .xcode.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export NODE_BINARY=$(command -v node)
2 changes: 2 additions & 0 deletions .xcode.env.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export NODE_BINARY=/Users/daniel/.nvm/versions/node/v18.14.2/bin/node

1 change: 1 addition & 0 deletions ios/.xcode.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export NODE_BINARY=$(command -v node)
2 changes: 2 additions & 0 deletions ios/.xcode.env.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export NODE_BINARY=/Users/daniel/.nvm/versions/node/v18.14.2/bin/node

Loading

0 comments on commit d8bcd30

Please sign in to comment.