-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(snackager): resolve reanimated
__reanimatedWorkletInit
is not a…
… function (#554) * chore(snackager): bump react native babel preset and reanmiated babel plugin * chore(snackager): bust cache for all reanimated libraries * chore: bump package lockfile * fix(snackager): add react-native external for `@shopify/react-native-skia` * fix(snackager): force-bump babel dependencies to latest versions * fix(snackager): bump jest to latest * chore(snackager): manually update bundling snapshot to latest * chore(snackager): update the remaining bundling snapshots * chore(snackager): update cache busing for final staging test * fix(snackager): add missing `@babel/runtime` * chore(snackager): update bundle snapshot for [email protected] * fix(snackager): add missing babel plugin for reanimated * fix(runtime): add missing react-native external * fix(runtime): force-disable `fs` operations for sourcemaps * chore(runtime): add patch note about disabling sourcemaps in reanimated plugin
- Loading branch information
Showing
14 changed files
with
1,774 additions
and
2,070 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ const aliases: { [key: string]: any } = { | |
'react-native/Libraries/Core/Devtools/getDevServer': require('react-native/Libraries/Core/Devtools/getDevServer'), // Used by @sentry/[email protected] | ||
'react-native/Libraries/Utilities/PolyfillFunctions': require('react-native/Libraries/Utilities/PolyfillFunctions'), // Used by @sentry/[email protected] | ||
'react-native/Libraries/Utilities/codegenNativeCommands': require('react-native/Libraries/Utilities/codegenNativeCommands'), // Used by [email protected] | ||
'react-native/Libraries/NativeComponent/NativeComponentRegistry': require('react-native/Libraries/NativeComponent/NativeComponentRegistry'), // Used by @shopify/[email protected] | ||
|
||
// Does not work in Snackager, likely due to Webpack / Codegen | ||
'react-native-pager-view': require('react-native-pager-view'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.