Questions tagged [react-native-native-ui-component]
19 questions
0
votes
1 answer
Native ui component drops frames on some phones
I am trying to work around the shadow limitation on react native for android. Basically I need box shadows. My solution was to build a native ui component (java) with which I can create box shadows.
Now I ran into a weird bug. In a bare minimum app,…

Alex
- 41
- 1
0
votes
1 answer
React Native UI Component Wrap in Touchable
I'm trying to detect when a user presses on a custom UI component I have written (it displays a video feed). I've tried using all the touchable components, and would ideally want to use the TouchableWithoutFeedback component, but none of them detect…

Adam
- 13
- 4
0
votes
1 answer
Why does React Native linking lead to workspace integrity error?
I have troubles with the development of a React Native app.
I have developed a native module and a native ui component.
Finally, I would like to publish both as a NPM module.
However, when I tried to integrate the native module and the native ui as…

Michael Andorfer
- 1,660
- 5
- 25
- 45
0
votes
1 answer
Which thread am I supposed to use to call uiManager calls inside a react-native native ui component?
I'm building a native UI component for Android that uses a view that extends a ReactRootView.
On the constructor of my view (named SyncRootView) if I check the thread I get Thread curThread = Thread.current(); // main
so we're on the main…

SudoPlz
- 20,996
- 12
- 82
- 123