react-native-root-siblings icon indicating copy to clipboard operation
react-native-root-siblings copied to clipboard

A sibling elements manager.

Results 16 react-native-root-siblings issues
Sort by recently updated
recently updated
newest added

Hi, im test the example but the sibling is on bottom when added, as picture below. Can u help? ![Screen Shot 2022-04-27 at 14 54 13](https://user-images.githubusercontent.com/8202437/165469402-0731d85c-6fbb-4e76-9f25-584fe4a9de8b.png) ``` import React from...

Hi, im trying to write 'react-native run-ios' but got this error: ``` const tmpDir = require('os').tmpDir(); ^ TypeError: require(...).tmpDir is not a function ``` can u help?

For some reason the library just suddenly stopped working on web (after having worked for months, in multiple locations), yet still works perfectly on mobile.

![image](https://user-images.githubusercontent.com/8802811/119814565-21629e00-bf1d-11eb-88ac-ed27678fc9d5.png) report: `Error: could not find react-redux context value; please ensure the component is wrapped in a ` why?

I'm using this library in RNW and it throws an error as soon as Portal becomes visible. Here is the error from the console. Is there any workaround? ![Screenshot 2021-07-25...

AppRegistry.registerComponent("xx", () => xx); AppRegistry.registerComponent("yy", () => yy); in this case ,when i am only in xx ,it is work ok. but when i am from xx to yy, then...

It work normally in 0.61.5, but when I update to 0.62.0. It work in ios only. pls check. Many thanks