Skip to content

Commit c2dd53c

Browse files
committed
fix(example): use_test_app
1 parent 5aeb2db commit c2dd53c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

example/ios/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
require_relative '../../node_modules/react-native-test-app/test_app'
22

33
workspace 'WebviewExample.xcworkspace'
4+
5+
use_test_app!

example/macos/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
require_relative '../../node_modules/react-native-test-app/macos/test_app'
22

33
workspace 'WebviewExample.xcworkspace'
4+
5+
use_test_app!

0 commit comments

Comments
 (0)