Mappings Between App Versions and RN Versions

Last Updated on : 2021-08-27 11:07:17download

When the app displays a React Native (RN) panel for a specific smart device, the following two cases might occur:

  • The RN version is later than the current app version: When users tap the panel on the app, the system prompts users to update the app version.

  • The RN version is equal to or earlier than the current app version: When users tap the panel on the app, the panel with the latest RN version appears as expected.

Mappings between app version and RN version

App version RN version
3.28.5 5.42
3.28.0 5.41
3.27.5 5.40
3.27.0 5.39
3.26.5 5.38
3.26.0 5.37
3.25.0 5.36
3.24.5 5.35
3.24.0 5.34
3.23.5 5.34
3.23.0 5.33
3.22.5 5.32
3.22.0 5.31
3.21.0 5.30
3.20.0 5.29
3.19.0 5.28
3.18.0 5.27
3.17.6 5.26
3.17.0 5.24
3.16.5 5.23
3.16.0 5.23
3.15.0 5.22

The RN version number in this table indicates the latest panel that can be displayed for the matched app version.

Example

When users tap the panels with the RN versions 5.22, 5.23, and 5.24:

  • For app versions earlier than 3.15.0, no panels appear and app updates are required.

  • For the app version 3.16.5, the panel with the RN version 5.23 appears.

  • For app version 3.17.0 and later, the panel with the RN version 5.24 appears.