-
-
Notifications
You must be signed in to change notification settings - Fork 142
add support for native modules #285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
💚 |
|
ping @tailsu |
|
👍 |
|
💚 |
|
👍 Seems like a good addition. Let's sync with the iOS Runtime on this feature as to whether it makes sense to implement it there as well. Ping @jasssonpet @fealebenpae. |
|
related to #291 |
…ules add support for native modules
|
iOS does not allow dylibs, and frameworks have a rigid structure. This does not make sense for iOS, as the bundle structure required to achieve this would be impossible to implement. |
|
💚 |
|
good |
This comment was marked as abuse.
This comment was marked as abuse.
|
@NathanaelA you can use dylibs that come from the SDK, but you can't make your own and ship them. |
No description provided.