Skip to main content

Posts

Showing posts from July, 2018

Learning Together: React Native (Setting up your device)

(Please bear in mind that I mean what I put on the title. I am also learning this right now and whatever I learn, I post it on this blog.) First job is to set up your device. I use a windows 10 computer. Lets assume that our computer has nothing. We have to set it up from scratch.  Firstly we need to have java installed on our computer. Go ahead, search java 8 on google. Use this link  to download java. Check your windows bit version ( This PC -> Properties . Check System Type under System section). Install it. (One noob advice, don't install java 10 😉) Next thing you need is to set up you computers environment. Go to  Control Panel -> System and Security -> System . Click on Advanced system settings . Click Environment Variables... You will see a window like this. In the system variables section, find a variable named Path, select it, click on Edit Click New, add these two location "C:\Program Files\Java\jdk1.8.0_171\bin" and "C

Learning Together: React Native (Introduction)

React Native is a very rich and well structured language which lets us build cross platform mobile app. A cross platform mobile app is such an app which can run on your smartphone regardless its operating system. It may be Android, iOS or anything else. React Native uses same design as react.js. If you know what react.js is, you know how beautiful it can be. If you don't, no worries, you are about get get to know it. Facebook, Instagram, Pinterest, Skype, Uber. These are some app who runs on react native. Becoming a react native developer is the new coolest thing now. It's smoothness lets us build mobile app easily. And moreover, its not like you are building HTML5 app. It lets you build component block and concate them together to build a real app. So be proud of yourself. Because you and I are about to become a REACT NATIVE DEVELOPER. Cheers!!