React NativeBase not showing my imported components

前端 未结 2 1357
深忆病人
深忆病人 2020-12-22 03:38

I\'m fairly new to React and React Native and I\'m having a play with React NativeBase.

I\'ve managed to get the following working within a single file, but now I\'

2条回答
  •  无人及你
    2020-12-22 04:09

    NativeBase Container as of now mainly accepts Header, Content and Footer.

    NativeBase Content in-turn takes Image, View and ScrollView of React Native and not any other custom components.

    Thank you for bringing this into notice.

    My team will get back to you with the solution.

提交回复
热议问题