rm debug stuff
This commit is contained in:
@@ -1,15 +1,3 @@
|
||||
diff --git a/node_modules/react-native-reanimated/lib/module/ConfigHelper.js b/node_modules/react-native-reanimated/lib/module/ConfigHelper.js
|
||||
index 6d5aee3..e72f8b6 100644
|
||||
--- a/node_modules/react-native-reanimated/lib/module/ConfigHelper.js
|
||||
+++ b/node_modules/react-native-reanimated/lib/module/ConfigHelper.js
|
||||
@@ -18,6 +18,7 @@ export function configureProps() {
|
||||
jsiConfigureProps(Object.keys(PropsAllowlists.UI_THREAD_PROPS_WHITELIST), Object.keys(PropsAllowlists.NATIVE_THREAD_PROPS_WHITELIST));
|
||||
}
|
||||
export function addWhitelistedNativeProps(props) {
|
||||
+ throw new Error('addWhitelistedNativeProps crash!');
|
||||
const oldSize = Object.keys(PropsAllowlists.NATIVE_THREAD_PROPS_WHITELIST).length;
|
||||
PropsAllowlists.NATIVE_THREAD_PROPS_WHITELIST = {
|
||||
...PropsAllowlists.NATIVE_THREAD_PROPS_WHITELIST,
|
||||
diff --git a/node_modules/react-native-reanimated/lib/module/component/PerformanceMonitor.js b/node_modules/react-native-reanimated/lib/module/component/PerformanceMonitor.js
|
||||
index 9c98d6c..70ada9f 100644
|
||||
--- a/node_modules/react-native-reanimated/lib/module/component/PerformanceMonitor.js
|
||||
|
||||
Reference in New Issue
Block a user