Experimenting with React Native Bridge and Swift
- The Tab Bar Controller is written in Swift
- The Views that Tab Bar Controller displays are written in react-native.
- The alert controller is writtern in native swift and is invoked via the bridge from the react-native views.
- The result of alert selection is send back to react-native views via the bridge via an event.