React-native安装native-base后出现app无法安装问题,如何解决?

最近要上手一个React Native + native-base 的项目,于是自己摸索着去创建一个空的项目。然后我先是创建了一个React Native Typescript 的模板项目,这一个步骤是你没有问题的。一旦我按照 native-base 的官方文档集成 native-base 之后,直接app安装不上,报错如下:

BUILD SUCCESSFUL in 23s
65 actionable tasks: 65 executed
info Connecting to the development server...
info Starting the app on "000003764cabe14e"...
Starting: Intent { cmp=com.awesometsproject/.MainActivity }
Error type 3
Error: Activity class {com.awesometsproject/com.awesometsproject.MainActivity} does not exist.
✨  Done in 27.96s.
sunchangdeMacBook-Pro:AwesomeTSProject sunchang$ 

native-base 的安装指引地址: https://docs.nativebase.io/install-rn
react-native 的项目创建指引: https://www.react-native.cn/docs/environment-setup

请问有没有人遇到过同样的问题?