wix / wix/react-native-ui-lib

react-native 0.85.3 react-native-ui-lib 9.0.4 import component error

Open
#4,025 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.