diff --git a/docs/getting-started/react-native-ios.mdx b/docs/getting-started/react-native-ios.mdx index 2d02e7bd4..8e2f74d42 100644 --- a/docs/getting-started/react-native-ios.mdx +++ b/docs/getting-started/react-native-ios.mdx @@ -32,7 +32,7 @@ target 'your-app-name' do # # Note that if you have use_frameworks! enabled, Flipper will not work and # you should disable these next few lines. - use_flipper!('Flipper' => '0.58.0') # should match the version of your Flipper client app + use_flipper!({'Flipper' => '0.58.0'}) # should match the version of your Flipper client app post_install do |installer| flipper_post_install(installer) end