react-native-swift-base

2.1.1 • Public • Published

react-native-swift-base

Re-bases a react native project into a Swift-centric one.

Usage

yarn add react-native-swift-base
react-native link

What 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.

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-swift-base

Weekly Downloads

4

Version

2.1.1

License

MIT

Unpacked Size

14.6 kB

Total Files

10

Last publish

Collaborators

  • raydeck