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
- Host: GitHub
- URL: https://github.com/nativescript/embed-sdk-ios-sample
- Owner: NativeScript
- Created: 2023-02-17T23:14:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T17:26:18.000Z (over 2 years ago)
- Last Synced: 2024-10-29T15:51:49.478Z (about 1 year ago)
- Topics: ios, javascript, nativescript, objective-c, swift
- Language: JavaScript
- Homepage: https://blog.nativescript.org/embed-nativescript-sdk-ios
- Size: 8.85 MB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.