Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nativescript/embed-sdk-ios-sample

Embed NativeScript into iOS apps
https://github.com/nativescript/embed-sdk-ios-sample

ios javascript nativescript objective-c swift

Last synced: 3 months ago
JSON representation

Embed NativeScript into iOS apps

Awesome Lists containing this project

README

        

## Embed NativeScript into an existing iOS app

You can embed NativeScript into any existing iOS app for ad hoc usage.

NativeScript has matured greatly over the past couple years and part of it's maturity is increased extensibility.

Read more here: https://blog.nativescript.org/embed-nativescript-sdk-ios

### Try it

```bash
git clone https://github.com/NativeScript/embed-sdk-ios-sample.git

cd embed-sdk-ios-sample
pod install
```

Now open the `MyCoolApp.xcworkspace` to run it.