Repro - Mobile Analytics for growth
日本語
Sign Up Back to Dashboard
  • System Requirements
  • Dashboard Guide
  • Development Guide
  • Release Notes
    • SDK
      • iOS
      • Android
      • Unity
      • Cordova
      • Cocos2d-x
      • React Native
        • React Native SDK Upgrade Guide
          • If you are using React Native with Auto Linking
        • 4.0.0 (2025/07/30)
        • 3.24.0 (2025/05/28)
        • 3.23.0 (2025/04/25)
        • 3.22.0 (2024/12/26)
        • 3.21.1 (2024/10/30)
        • 3.21.0 (2024/10/03)
        • 3.20.0 (2024/08/30)
        • 3.19.0 (2024/07/11)
        • 3.18.0 (2024/05/17)
        • 3.17.0 (2024/04/30)
        • 3.16.0 (2024/01/19)
        • 3.15.1 (2023/12/22)
        • 3.15.0 (2023/11/17)
        • 3.14.0 (2023/10/16)
        • 3.13.0 (2023/09/12)
        • 3.12.0 (2023/06/13)
        • 3.11.0 (2023/03/08)
        • 3.10.3 (2023/02/14)
        • 3.10.2 (2022/12/28)
        • 3.10.1 (2022/10/05)
        • 3.10.0 (2022/08/31)
        • 3.9.0 (2022/06/08)
        • 3.8.0 (2022/04/14)
        • 3.7.0 (2021/12/07)
        • 3.6.0 (2021/10/15)
        • 3.5.0 (2021/08/06)
        • 3.4.0 (2021/06/03)
        • 3.3.1 (2021/04/16)
        • 3.3.0 (2021/03/09)
        • 3.2.0 (2021/02/02)
        • 3.1.1 (2020/12/23)
        • 3.1.0 (2020/11/06)
        • 3.0.0 (2020/08/21)
        • 2.3.0 (2020/07/08)
        • 2.2.0 (2020/03/26)
        • 2.1.0 (2019/10/28)
        • 2.0.0 (2019/05/29)
        • 1.2.0 (2019/04/05)
        • 1.1.3 (2019/03/14)
        • 1.1.0 (2019/02/15)
        • 1.0.0 (2018/11/20)
        • 0.1.0 β (2018/10/10)
      • React Native (Expo)
      • Flutter
      • Support period for each version
    • Web
    • Domain change related tasks
    • FCM transition procedure
  • FAQ

React Native SDK Upgrade Guide¶

Run the following command.

npm update react-native-repro

On rare occasions extra steps may be necessary which can be found in the React Native SDK Release Notes.

If you are using React Native with Auto Linking¶

Repro React Native SDK 2.1.0 now supports the Auto Linking feature introduced in React Native 0.60.0.

If your app already uses Auto Linking and you upgrade to Repro React Native SDK 2.1.0 or above, it is recommended to follow the procedure below in order to make use of the new feature.

First run react-native unlink to undo previous settings.

react-native unlink react-native-repro

iOS¶

Open your project in Xcode and remove the previously added Build Phase and Framework Search Path again. Close Xcode again and run pod install.

cd ios

pod install

When running pod install it is possible that an error message similar to the one below appears.

[!] The `<APPNAME> [<TARGET>]` target overrides the `FRAMEWORK_SEARCH_PATHS` build setting defined in `Pods/<longpath>.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

In that case, like the error message suggests, you will have to add $(inherited) again to your Xcode projects Framework Search Path under Project Setting -> Your Target -> Build Settings.

Android¶

The maven repository lookup path that has been added in the install guide previously is still needed and should not be removed.

  • « React Native SDK Release Notes
  • React Native (Expo) Plugin Release Notes »

About Us Careers Terms of Service Privacy Policy Cookie Policy

© 2022 Repro Inc.