Open in app
Home
Notifications
Lists
Stories

Write
Roughit srinivasan
Roughit srinivasan

Home

Published in featurepreneur

·Pinned

React-native Google signin with expo

4 Easy step’s to implement google signin in your expo project Creating a project at console.cloud.google.com. importing expo-google-app-auth in your project. Add google api key’s to your project. Paste referral code to your project. Creating a project at console.cloud.google.com.

React Native

4 min read

React-native Google signin with expo
React-native Google signin with expo

Published in featurepreneur

·Feb 26

Creating a visualization using React-native

When working with apps wherein the power lies in the data, it’s important that we present it in a nice way to the user. That’s where charting libraries come into play. …

React Native

12 min read

Creating a visualization using React-native
Creating a visualization using React-native

Published in featurepreneur

·Feb 26

A simple start with React native

React native is a react but with some special components like react has divs or fragments similarly react native has view or safeareaview.. and we use properties of components as a props of components. Component name always starting with capital or uppercase… <View />, <Text />, <Image/> Below i describe…

React Native

2 min read

A simple start with React native
A simple start with React native

Published in featurepreneur

·Feb 23

Asyncstorage in react-native with Expo

An asynchronous, unencrypted, persistent, key-value storage API. Firstly import the package from Expo. import AsyncStorage from '@react-native-async-storage/async-storage'; Secondly we need to store the data of the project. Storing string value const storeData = async (value) => { try { await AsyncStorage.setItem('@storage_Key', value) } catch (e) { // saving error } } Storing object value

React Native

2 min read

Asyncstorage in react-native with Expo
Asyncstorage in react-native with Expo

Published in featurepreneur

·Feb 23

React-native API call using Fetch

Fetch The Fetch API provides a JavaScript interface that can fetch resources asynchronously over the network. It is very similar to the XMLHttpRequest, that is used for the same purpose. But the fetch API is powerful and flexible. Request Data with Fetch In React Native, you can request data from an API over the network…

React Native

4 min read

React-native API call using Fetch
React-native API call using Fetch

Published in featurepreneur

·Feb 23

Integrating Google maps with React native

React Native Map React Native Map Example is to integrate the Google Map into your React Native Application. To integrate the Map in our example we will use a very good library called react-native-maps. Which provides MapView component which is very easy to use. So let’s get started. To Make a React Native App Getting started with React Native…

React Native

5 min read

Integrating Google maps with React native
Integrating Google maps with React native

Published in featurepreneur

·Feb 23

Image picker feature using React native

Reading time: 5 minutes Almost all the apps today need to pick images from the device’s Gallery and Camera. React Native Image Picker is a module based on an Image Picker component that provides access to the system UI. …

React Native

5 min read

Image picker feature using React native
Image picker feature using React native

Published in featurepreneur

·Feb 23

Apache Flink

What is Apache Flink? Apache Flink is yet another new generation general big data processing engine that targets to unify different data loads. Does it sound like Apache Spark? Exactly. Flink is trying to address the same issue that Spark is trying to solve. Both systems are targeted towards building a single platform where…

Apache Flink

5 min read

Apache Flink
Apache Flink

Published in featurepreneur

·Feb 23

React Native Features and Advantages

What Is React Native? React Native is an open-source JavaScript library that enables a web developer to construct a native-looking application quickly. The idea of React Native is actually quite simple, just code once, and then ready to go on various platforms (or, Android, iOS, Windows). …

React Native

4 min read

React Native Features and Advantages
React Native Features and Advantages

Published in featurepreneur

·Feb 23

Camera feature using React native

React Native Camera is the go-to component when creating React Native apps that require the functionality of using the device’s camera. Maintained by the React Native community, this module has support for: Videos Photographs Face Detection Text Recognition Barcode Scanning It also helps your React Native app to communicate with…

React Native

5 min read

Camera feature using React native
Camera feature using React native
Roughit srinivasan

Roughit srinivasan

Developer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable