droidconKE / droidconKE2022ReactNative

Official DroidconKE 2022 React Native App
https://play.google.com/store/apps/details?id=com.brianwachira.droidconKE2022ReactNative&hl=en&gl=US
MIT License
8 stars 17 forks source link

[feature] : initialize project structure #1

Closed brianwachira closed 2 years ago

brianwachira commented 2 years ago
brianwachira commented 2 years ago

Would it be prudent to consider pinning a specific node/npm version for use when working with this repo? Reason: Came across an issue with package-lock.json; It was originally generated with lockfileversion set to 2, but due to the old version of npm that I am using caused changes on the lockfile. Suggestion: to pin on a version that all contributors have to use. Check out engines.

Okay, wow I have never known one can pin on a version. Let me look into it. So ideally I pin on the version I used to generate the project, right?

makunomark commented 2 years ago

Yup. The version you used should work 😊

brianwachira commented 2 years ago

Yup. The version you used should work 😊

Done!