Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T17:26:18.000Z (over 1 year ago)
- Last Synced: 2024-05-23T10:02:07.701Z (8 months ago)
- Topics: ios, javascript, nativescript, objective-c, swift
- Language: JavaScript
- Homepage: https://blog.nativescript.org/embed-nativescript-sdk-ios
- Size: 8.85 MB
- Stars: 4
- 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.gitcd embed-sdk-ios-sample
pod install
```Now open the `MyCoolApp.xcworkspace` to run it.