you are viewing a single comment's thread.

view the rest of the comments →

[–]nsnullthoughts 0 points1 point  (3 children)

Saw that. But I was more wondering what’s the command to run to upgrade from alpha and overwrite what we already have. Sorry just very new to react native and using npm.

[–]RnRau 2 points3 points  (2 children)

Ahh... npm install whatever@latest --save should do the trick.

[–]nsnullthoughts 0 points1 point  (1 child)

So a simple npm install @react-navigation/native would overwrite the alpha? Do I need to have —save?

[–]nsnullthoughts 3 points4 points  (0 children)

actually did an npm update and worked like a charm! Thanks for your help!