List of projects
Problem: Communication between React Native and native Android side
Solution: Benefiting from the bridging feature in react native.
View More...
Here is a situation where tests and CI/CD pipeline can save you by giving notification while the deploy fails and pipeline breaks so the new version will not be deployed to the production. In the project the client has decided to remove 'middleName' form his API so all the requests will receive all the userInformation without that specific field View More...
In this challenge clients decides to open most of the app features for all of the customers except some specific parts. So he wants to remove login feature from the application and request login only if customer wants to use only one of the navigation. View More...