2.1.1 • Published 7 years ago
react-native-swift-base v2.1.1
react-native-swift-base
Re-bases a react native project into a Swift-centric one.
Usage
yarn add react-native-swift-base
react-native linkWhat it does
Replaces the main.m, AppDelegate.m, and AppDelegate.h files with the necessary Swift-base components AppDelegate.swift (established as main entry point) and swift-Bridging-Header (for the ObjC->Swift bridge)
Why this matters
This is table-setting for editing the core application in Swift, which is frankly easier for a lot of folks than ObjC!
Note This does not replace the react-native-swift package, which relates to the compatibility of statically-linked libraries.