"The first step is you have to say that you can." - Will Smith
April 30, 2020
A simple React native Reusable Carousel component with Auto Play.Easy to add-on in any projectsRead More...
April 29, 2020
An environment variable is a dynamic-named value that can affect App from outside controllers.API Keys, Secret Token, IOS, Android Keys always contain sensitive information which needs to be secure , and meanwhile some config needs to be done from external sources , for example Android Key / IOS Key need to be set through Gradle /Xcode. In such case we require Environment variables(.env).Read More...
April 25, 2020
In Gatsby Site , there are various ways you can add custom fonts .However I prefer to bundle the font with the project , so that it won’t change later.This approach works just fine and is probably one of the best solutions if your app or website will need to run within an intranet with no Internet access.Read More...
April 23, 2020
From a default drawer navigation to a well-designed drawer that fits into the application theme and design.Read More...