Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
leegeunhyeok committed Dec 17, 2024
1 parent d64eeff commit 4b44910
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 78 deletions.
Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import com.facebook.react.ReactPackage
import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint.load
import com.facebook.react.defaults.DefaultReactHost.getDefaultReactHost
import com.facebook.react.defaults.DefaultReactNativeHost
import com.facebook.react.soloader.OpenSourceMergedSoMapping
import com.facebook.soloader.SoLoader

class MainApplication : Application(), ReactApplication {
Expand All @@ -33,7 +34,7 @@ class MainApplication : Application(), ReactApplication {

override fun onCreate() {
super.onCreate()
SoLoader.init(this, false)
SoLoader.init(this, OpenSourceMergedSoMapping)
if (BuildConfig.IS_NEW_ARCHITECTURE_ENABLED) {
// If you opted-in for the New Architecture, we load the native entry point for this app.
load()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"prettier": "@vercel/style-guide/prettier",
"packageManager": "[email protected]",
"resolutions": {
"dripsy@^4.3.5": "patch:dripsy@npm%3A4.3.5#./.yarn/patches/dripsy-npm-4.3.5-f75907fbb6.patch"
"dripsy@^4.3.8": "patch:dripsy@npm%3A4.3.8#./.yarn/patches/dripsy-npm-4.3.8-208587309d.patch"
}
}
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9300,7 +9300,7 @@ __metadata:
languageName: node
linkType: hard

"dripsy@npm:^4.3.8":
"dripsy@npm:4.3.8":
version: 4.3.8
resolution: "dripsy@npm:4.3.8"
dependencies:
Expand All @@ -9312,6 +9312,18 @@ __metadata:
languageName: node
linkType: hard

"dripsy@patch:dripsy@npm%3A4.3.8#./.yarn/patches/dripsy-npm-4.3.8-208587309d.patch::locator=react-native-esbuild%40workspace%3A.":
version: 4.3.8
resolution: "dripsy@patch:dripsy@npm%3A4.3.8#./.yarn/patches/dripsy-npm-4.3.8-208587309d.patch::version=4.3.8&hash=0cd2f2&locator=react-native-esbuild%40workspace%3A."
dependencies:
"@expo/html-elements": ^0.2.0
"@theme-ui/css": ^0.4.0-rc.1
stable-hash: ^0.0.2
ts-toolbelt: ^9.6.0
checksum: f79554f8b71ac1ea3d27760ae1c01265abc17554ddde671c9b5d626a1edebcd357ea6fb4d04a27ea1857298720911787becd9a9906ffc7bf2cd672cfcc89a8d4
languageName: node
linkType: hard

"duplexer@npm:^0.1.1":
version: 0.1.2
resolution: "duplexer@npm:0.1.2"
Expand Down

1 comment on commit 4b44910

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🔴 Statements 16.12% 328/2035
🔴 Branches 16.24% 82/505
🔴 Functions 10.8% 65/602
🔴 Lines 15.41% 298/1934

Test suite run success

83 tests passing in 10 suites.

Report generated by 🧪jest coverage report action from 4b44910

Please sign in to comment.