Hi folks,
I am going to introduce a cool and convenient CLI that is aiming to make the React Native app developing experience as smooth as possible. It is not a replacer for react-native CLI but a good addition to it.
The project is currently in the very alpha stage and under heavy testing.
In this section, we are going to start using cli-rn
and see it in action!
Note: I assume that you have some development experience with React Native.
Install cli-rn
globally and generate new app
> npm i -g cli-rn
> cli-rn new AppName
Building lite handy Reddit client for iOS and Android using Expo and React Native Navigation.
Hi guys!
I am going to walk you through the whole process of building a mobile app using React Native. It is going to be a simple one but I might be adding more features with time. But the most exciting thing about this app is that it is using Expo SDK with React Native Navigation that gives you a powerful set of tools and truly native navigation. Instead of using the default solution (react-navigation) in Expo (which is great, honestly), I prefer RNN as…
I am glad to see you on the last article out of six in this chapter.
If you are not familiar with what I am going to implement in this series of chapters, I would recommend you to read the introductory article:
All chapters of a “book”:
And here are articles of current chapter:
I am glad to see you on the fifth article out of six in this chapter.
If you are not familiar with what I am going to implement in this series of chapters, I would recommend you to read the introductory article:
All chapters of a “book”:
And here are articles of current chapter:
I am glad to see you on the fourth article out of six in this chapter.
If you are not familiar with what I am going to implement in this series of chapters, I would recommend you to read the introductory article:
All chapters of a “book”:
And here are articles of current chapter:
I am glad to see you on the third article out of six in this chapter.
If you are not familiar with what I am going to implement in this series of chapters, I would recommend you to read the introductory article:
All chapters of a “book”:
And here are articles of current chapter:
I am glad to see you on the second article out of six in this chapter.
If you are not familiar with what I am going to implement in this series of chapters, I would recommend you to read the introductory article:
All chapters of a “book”:
And here are articles of current chapter:
Hello guys 🖖
I am glad to see you on the first article out of six in this chapter. The whole chapter is dedicated to show you how to build a backend using Golang and make it available through https requests. And among articles, there are going to be some interesting topics which could be useful in developing almost every backend. I am going to repeat those topics as I have briefly mentioned about them in the introductory article:
Hello guys 🖖
It has been a while since I have written my last post on Medium and it was about Machine Learning for one of my project at Pace University. Actually it was almost 2 years ago and for this time I have launched a few native iOS and Android applications, developed some projects, worked for the international company as a React Native developer and gained a lot of experience. …
Hello, my friends 🙌
My name is Batyr and I am a graduate student, Computer Science major, at Pace University. And when I heard that our university offers a class (CS660) related to one of the hottest topic in IT world nowadays, Big Data Analytics, I immediately decided to register for this class and here I am writing my first post in Medium and sharing my thoughts about building some basic reports based on the big data from US Stock Market for 2016 year (taken from https://github.com/pydata/pandas-datareader). I will be using the most widely used language Python in Big Data…