react-native 0.85.3 react-native-ui-lib 9.0.4 import component error
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 748
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 1
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the import failures using the listed React Native and react-native-ui-lib versions on both Android and iOS. Start with the react-native-ui-lib/tabController and react-native-ui-lib imports, compare them with the working view and text imports, and consider the issue complete when TabController and Modal can be imported without errors on both platforms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100