# Bridging Native & React for iOS & Android ## js -> native - [Simple Example](https://gist.github.com/chourobin/f83f3b3a6fd2053fad29fff69524f91c#file-simple-example-md) - [Callbacks](https://gist.github.com/chourobin/f83f3b3a6fd2053fad29fff69524f91c#file-callbacks-md) - [Promises](https://gist.github.com/chourobin/f83f3b3a6fd2053fad29fff69524f91c#file-promises-md) - [Properties](https://gist.github.com/chourobin/f83f3b3a6fd2053fad29fff69524f91c#file-properties-md) ## native -> js - [Events](https://gist.github.com/chourobin/f83f3b3a6fd2053fad29fff69524f91c#file-events-md) - [Events (for UI components)](https://gist.github.com/chourobin/f83f3b3a6fd2053fad29fff69524f91c#file-events-ui-md) ## Additional Resources - [Argument Types (iOS)](https://facebook.github.io/react-native/docs/native-modules-ios.html#argument-types) - [Argument Types (Android)](https://facebook.github.io/react-native/docs/native-modules-android.html#argument-types)