Merge latest GoNative Updates

📘

Your app source code comes packaged with a git repository. This makes it easy to pull and merge the latest GoNative updates into your locally modified source.

After navigating to /ios or /android run git log to see the git history of the repository.

Then to pull and merge our latest changes into your locally stored copy use the following sequence of commands:

git stash save
git checkout gonative-public
git pull
git checkout gonative-build
git merge gonative-public
git stash pop

You may see the changelog for the core GoNative source code at the links below. Note this will not include source code updates relating to premium modules.