Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ build/
dist/
local.properties
msbuild.binlog
node_modules/
node_modules/
6 changes: 5 additions & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
require_relative '../node_modules/react-native-test-app/test_app'

use_flipper!({ 'Flipper' => '0.75.1', 'Flipper-Folly' => '2.5.3' })
use_flipper!({
'Flipper' => '0.75.1',
'Flipper-Folly' => '2.5.3',
'Flipper-RSocket' => '1.3.1',
})

workspace 'MenuExample.xcworkspace'

Expand Down
Loading