react-native 0.85.3 react-native-ui-lib 9.0.4 import component error
Author: xueling794Created Jun 8, 2026Updated Jun 23, 2026
Labelsbug
Description
"react": "19.2.3", "react-native": "0.85.3", "react-native-gesture-handler": "^3.0.0", "react-native-reanimated": "^4.4.1", "react-native-safe-area-context": "^5.5.2", "react-native-ui-lib": "^9.0.4", "react-native-worklets": "^0.9.1", "uilib-native": "^5.1.2" import TabController from 'react-native-ui-lib/tabController'; or import {TabController} from 'react-native-ui-lib'; TabController is undefined or code error; both android and ios platform. And Modal with the same error; But import View from 'react-native-ui-lib/view'; import Text from 'react-native-ui-lib/text'; is ok
Source: wix/react-native-ui-lib