以下是App.js的解释: App.js the first file in any React Native app that is the entry point of the app developmentApp是否被认为是React Native框架中的一个组件,并且与任何其他组件一样具有生命周期?
我已经创建了我的自定义框架。我能够集成和测试它与演示应用程序成功。但是,我给出的导入路径是不正确的。我认为它应该导入框架,只需从框架名称导入{},但它不是这样工作的。什么是理由?import ClassA from "myreact-native-framework/classes/ClassA";我认