Skip to content

Commit

Permalink
chore: run example in expo managed workflow by default
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Nov 27, 2022
1 parent a0400c7 commit 6d1bc1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ target 'ReactNavigation' do
#
# Note that if you have use_frameworks! enabled, Flipper will not work.
#
use_flipper!('Flipper' => '0.75.1', 'Flipper-Folly' => '2.5.3', 'Flipper-RSocket' => '1.3.1')
use_flipper!({ 'Flipper' => '0.75.1', 'Flipper-Folly' => '2.5.3', 'Flipper-RSocket' => '1.3.1' })
post_install do |installer|
flipper_post_install(installer)
end
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,6 @@ SPEC CHECKSUMS:
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 559ae797e06704acfdd4e8aabc341b8c11a0bd5e
PODFILE CHECKSUM: 2c3d94c1b025513190941d1be8ffd9e8c66d83d2

COCOAPODS: 1.11.2
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "5.1.0",
"private": true,
"scripts": {
"start": "react-native start",
"start": "expo start",
"web": "expo start --web",
"native": "expo start",
"native": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"preios": "pod-install",
Expand Down

0 comments on commit 6d1bc1c

Please sign in to comment.