airbnb / airbnb/native-navigation
Following the installation tutorial leads to error
- Dominant language
- Java
- Stars
- 3.1k
- Forks
- 173
- PR merge metrics
- No merged PRs in 30d
Description
I have been trying it set the navigation up like this: https://github.com/airbnb/native-navigation#installation
Here is my AppDelegate.h:
```text
#import
#import
@import NativeNavigation;
@interface AppDelegate : UIResponder
@property (nonatomic, strong) UIWindow *window;
@end
```
I'm getting error: Module NativeNavigation not found. How can I fix this?
Contributor guide
Research direction
Start with the installation section linked in the issue and compare it with the shown AppDelegate.h setup. Investigate why the NativeNavigation module is not found, then verify the corrected installation by rebuilding the React Native iOS application without that error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- objective-c, react-native
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100