diff --git a/docs/getting-started/react-native-ios.mdx b/docs/getting-started/react-native-ios.mdx index 1f722ec1c..402c7f14e 100644 --- a/docs/getting-started/react-native-ios.mdx +++ b/docs/getting-started/react-native-ios.mdx @@ -105,6 +105,19 @@ The code below enables the following integrations: * Shared Preferences * Crash Reporter +### React Native 0.68+ + +If using React Native 0.68 or later, your AppDelegate should include + +```objc +... +#import +``` + +RCTAppSetupUtils takes care of initializing Flipper and the integrations mentioned above. + +### React Native 0.67 +