directory icon indicating copy to clipboard operation
directory copied to clipboard

Create a guide on creating a React Native package

Open jonsamp opened this issue 5 years ago • 2 comments

Feature Request

It would be great to show developers using packages how they could develop and maintain their own packages.

Possible implementation

  • Create a new page (with next pages/routes) that displays information about how to create your own package.
    • Include creating packages for different platforms and native dependencies.
    • Include how to create a package that others can use easily.

jonsamp avatar Mar 29 '20 17:03 jonsamp

Will be happy to send in a PR

kpose avatar May 11 '20 12:05 kpose

Feature Request

It would be great to show developers using packages how they could develop and maintain their own packages.

Possible implementation

  • Create a new page (with next pages/routes) that displays information about how to create your own package.

    • Include creating packages for different platforms and native dependencies.
    • Include how to create a package that others can use easily.

that's dependent on the target platform though. Here's how you can do so for react-native-windows as an example: https://microsoft.github.io/react-native-windows/docs/native-modules

asklar avatar Sep 07 '20 13:09 asklar

Just going through my old issues. This one is very old so closing it out. If someone wants to bring this back, feel free to!

jonsamp avatar Jul 07 '23 03:07 jonsamp