blog-logo

Notes - Page 2 of 2

Browse by topic

Remove files or folders from remote git

Published by Prabin Poudel 2 min read
cover: Remove files or folders from remote git
After pushing the code to the remote repository; Did I just push IDE related folder? What about that file containing sensitive information? I have been at the same spot and you can easily remove that file or folder!

Open google play store from react native app

Published by Prabin Poudel 2 min read
cover: Open google play store from react native app
User rating for our react native app is very important factor for us to keep maintaining the app and make it a success. Let's learn how we can take our user to google play store from our react native app here.