Introduction
Linking native libraries lets your React Native app use features from native code. This helps you add special functions that JavaScript alone can't do.
You want to use a device feature like the camera or GPS that needs native code.
You want to add a third-party library that includes native code.
You need better performance for some parts of your app using native modules.
You want to use native UI components not available in React Native by default.