0.0.0-alpha.15 • Published 3 years ago

@primal/native v0.0.0-alpha.15

Weekly downloads
475
License
MIT
Repository
-
Last release
3 years ago

Dependencies:

Fix for IOS14: root package.json postinstall script

TODO:

Right now @primal/native wouldn't work (as other platforms) from node_modules to change this behavior in ${app}.primal.yaml change path to template as:

  ...
  platforms:
      ios:
          target: '@primal/native'
          templates:
             ios: '../platform/native/template/ios'
  ...

this will work only from Primal project itself. If you are using @primal/native outside of Primal project you would need to eject @primal/native IOS template folder to some local directory an update ${app}.primal.yaml with path to it. Because of that bug other @primal/... packages also wouldn't work, because they also leave inside node_modules folder.

References about RN and monorepos:

Next to this Primal doesn't have Primitives implementations for native platform.

0.0.0-rc.2

3 years ago

0.0.0-alpha.15

3 years ago