magicismight / react-native-root-siblings

A sibling elements manager.
MIT License
706 stars 134 forks source link

how to run project with cli #76

Open fukemy opened 2 years ago

fukemy commented 2 years ago

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?