diff --git a/example/ios/Podfile b/example/ios/Podfile index 026a351..91a5b2b 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -1,4 +1,4 @@ -ENV['RCT_NEW_ARCH_ENABLED'] = '0' +ENV['RCT_NEW_ARCH_ENABLED'] = '1' # Resolve react_native_pods.rb with node to allow for hoisting require Pod::Executable.execute_command('node', ['-p', diff --git a/example/src/App.tsx b/example/src/App.tsx index a2efef4..cf16fb7 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -11,7 +11,7 @@ const App = () => {