Discussion: react-native-create-library is not maintained now
See original GitHub issueI am not sure this repo is correct place to post this problem, but there is no other channels to discuss the topic.
react-native-create-library is recommended in the public documents. And it seems the repo is not maintained.
https://github.com/frostney/react-native-create-library/issues/106
There are some differences between latest sources in master branch and published package. Options written in README is not available with cli. It’s truly confusing.
On the other hand, there are discussions about next generation of native modules.
https://github.com/react-native-community/discussions-and-proposals/issues/96
- Tell me a correct place to discuss this topic if you know
- I can send a PR to change docs with workaround: cloning the repo and run
/cli.js
directly, is this needed ? - Consider to maintain the repo by react native community
Thanks
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Prerequisites for Libraries - React Native
This is documentation for React Native 0.69, which is no longer actively maintained. For up-to-date documentation, see the latest version (0.70) ...
Read more >create-react-native-module - npm
Tool to create a React Native library module or view module with a single command. Latest version: 0.20.2, last published: a year ago....
Read more >Design Principles - React
React is not a generic data processing library. It is a library for building user interfaces. We think that it is uniquely positioned...
Read more >React (JavaScript library) - Wikipedia
For the open-source mobile application framework, see React Native. React (also known as React.js or ReactJS) is a free and open-source front-end JavaScript ......
Read more >Adding an example app to your React Native library - Medium
Note: If your example is a React Native project and not an Expo project, make sure it's react-native instead of expo in the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For now that package should work for you but in the future we are planning on providing a new library scaffold.
@januswel we do not have a proper plan yet. The best place to stay up to date is the discussions-and-proposals repository, specifically the discussion about TurboModules: https://github.com/react-native-community/discussions-and-proposals/issues/40