Open hieuvh3011 opened 4 years ago
Sorry, it's been too long since I've done anything with this that I don't know the answer for you. I'll leave this open though in case someone else comes along with an answer. I'm glad you found the article about this undocumented feature helpful.
I've read your article and it leads me here. It's helped me a lot in reducing boilerplate codes. Thank you.
But I have another problem. In your article, you deleted android and ios folder. And it's fine because you are not added any 3rd party libraries needed to touch inside those folders. But for me, I want to create a template with some libraries like that, such as react-native-icon-vectors, react-native-firebase, one signal, etc. In that case, if I delete android and ios folders, when I ran
npx react-native init MyProject --template MyTemplate
, do I need to config for all of these libraries?