NativeBase 是纯 React Native 吗?

Is NativeBase pure React Native?

我正在尝试完全理解这句话的含义:

NativeBase is a mobile application development framework which enables developers to use React Native to build native mobile applications running on the major mobile platforms - Apple iOS and Google Android.

"development framework"到底是什么意思?如果我要获得一个 NativeBase 初学者工具包,我得到的是纯 React Native 代码还是它像 Expo 而不是纯 React Native?

Nativebase 实际上是一个 ui react-native 的工具包。如您所知,react 是一个用于构建 uild 可重用 components.Nativebase 的框架,它提供了许多现成可用的组件,这使您的开发过程更快,并且您不必在开发过程中付出很大的努力复杂 UI 个组件。

可以说nativebase不是一个开发框架,而是一个库,react是一个开发框架