Hello i've installed and setup all stuff according documentation
However cannot build app due to:

Example app use relative path to lib
Could advice how import 'RNAppAuthAuthorizationFlowManager.h' ?
Thank you
Solved by adding path to headers to:
build settings -> header search path ->

and
#import <RNAppAuthAuthorizationFlowManager.h>
i've been Kill a couple hours for it, hope it will help someone :)
Thanks for posting your solution.
This is what react-native link is meant to do, but it can fail for various reasons.
For anyone coming across the same issue, ensure you've run the linking command and have opened the .xcworkspace file and not .xcodeproj
@kadikraman thank you
Most helpful comment
Solved by adding path to headers to:
build settings -> header search path ->
and
#import <RNAppAuthAuthorizationFlowManager.h>i've been Kill a couple hours for it, hope it will help someone :)