Native Facebook login with React Native
React Native lets you access Native iOS Modules if you want to reuse some existing Objective-C or C++ code without having to reimplement it in JavaScript.
Brent Vatne wrote an excellent article about it: Native Facebook login with React Native.
And it is fully accompanied with code that you can check on GitHub, go check it out!