Skip to content

Commit

Permalink
fix(native): add additional entry for New Architecture on Android
Browse files Browse the repository at this point in the history
release-npm
  • Loading branch information
tobua committed Aug 31, 2024
1 parent 3eaba59 commit ec8b4bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions configuration/gitignore.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { EOL } from 'node:os'
import { options } from '../helper'

// Up to date version found at: https://github.com/react-native-community/template/blob/main/template/_gitignore

const pluginGitignores = [
// XCode
'build/',
Expand All @@ -27,6 +29,7 @@ const pluginGitignores = [
'local.properties',
'*.iml',
'*.hprof',
'.cxx/',
'*.keystore',
'!debug.keystore',
// Cocoapods (generated with pod install / update)
Expand Down
2 changes: 1 addition & 1 deletion template/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"dependencies": {
"epic-language": "^0.8.0",
"epic-language": "^1.0.0",
"mobx": "^6.13.1",
"mobx-react-lite": "^4.0.7",
"react": "^18.3.1",
Expand Down

0 comments on commit ec8b4bb

Please sign in to comment.