2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

How we created our app in React Native

Posted at

This article is about the creation of our app in react native. Previously we only had the website and blog.
##Why we chose react native?
React native is a JavaScript framework which can compile the code into platform specific native one. At first we wished to go for Java and develop our app in android studio but we had little knowledge of mobile development. We are basically web developers and this app was our first mobile development opportunity. We searched for different options and found react native to be the most appropriate.

React native is cool because you can compile it to get both iOS and Android app from almost similar code. There are some platform specific features but overall its quite easy to work on.

##Which app we created?
Our app name is Krishna Kutumb. It's a social devotional networks of India. We share all kinds of religious, spiritual, yoga and ayurveda related content there. People can also share posts, chat, ask questions, read stories, listen music etc. We also have a blog for that.

Krishna Kutumb App

##Packages used in our app
We have used several react-native packages. Some of them are -

  1. react-native-device-info
  2. react-native-fbsdk
  3. react-native-fetch-blob
  4. react-native-htmlview
  5. react-native-image-crop-picker
  6. react-native-navigation
  7. react-native-onesignal
  8. react-native-restart
  9. react-native-share
  10. react-native-socket.io-client

You can read extensive article on our app here - How we created our social community app in react native

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?