What is react-native link?

后端 未结 4 1276
后悔当初
后悔当初 2020-12-01 03:24

What is the purpose of the react-native link command?

4条回答
  •  长情又很酷
    2020-12-01 04:15

    When you've installed a library with native content(android or ios) then you need to require linking to the component react-native library. like this

    react-native link react-native-sound-player
    

提交回复
热议问题