注意:请确保对我应该提到的改进此问题的内容发表评论,而不是用拇指写下来,因为我能够成功地通过expo为另一个项目设置React Navigation,并且愿意在该项目中启动并运行RNN。
我正在为我的React Native应用(特别是使用Xcode的iOS)设置React Native Navigation。
我已按照指示更改了AppDelegate.m
文件:
#import "AppDelegate.h"
#import <React/RCTBundleURLProvider.h>
#import <React/RCTRootView.h>
#import <ReactNativeNavigation/ReactNativeNavigation.h>
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
NSURL *jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
[ReactNativeNavigation bootstrap:jsCodeLocation launchOptions:launchOptions];
return YES;
}
@end
进行更改后,我收到两个Xcode错误:
'ReactNativeNavigation/ReactNativeNavigation.h' file not found
Use of undeclared identifier 'ReactNativeNavigation'
我已经确保按照所有步骤操作,错误发生在React Native Navigation iOS documentation的步骤3中
答案 0 :(得分:0)
尝试删除node_modules文件夹,然后在项目目录中进行全新的npm安装或yarn安装。在此之后运行react-native链接。
答案 1 :(得分:0)
在这里https://wix.github.io/react-native-navigation/docs/installing/中提到过,您可能会遇到此问题。
您必须将react native导航Pod文件手册glActiveTexture(GL_TEXTURE1);
添加到Podfile并运行 pod 'ReactNativeNavigation', :path => '../node_modules/react-native-navigation'