9 06, 2021

Rename package name in React-native

2021-06-09T04:30:04+00:00June 9, 2021|Mobile, Web Development|0 Comments

|
| ByWebner

In react-native, To create a new application we use the following command: react-native init MyApp This command will create a package name with com.myapp. Sometimes, if your application is created with the wrong package name or bundle id or you [...]

16 06, 2020

React Native Push Notification – IOS

2020-06-16T06:23:59+00:00June 16, 2020|Mobile|0 Comments

|
| ByWebner

Push Notification A push notification is a message that pops up on a mobile device to notify a user that a specific action has occurred in that mobile app. Below are the steps to configure Firebase in your application (To [...]

11 10, 2019

Persist Data Using AsyncStorage in React Native

2019-10-14T08:29:32+00:00October 11, 2019|Mobile|0 Comments

|
| ByWebner

Persist Data Using AsyncStorage in React Native There are various ways to preserve the data in React Native but AsyncStorage is the most recommended way to persist data in your React Native applications as it is a built-in feature. AsyncStorage [...]

9 09, 2019

Facebook Share – React Native

2019-09-09T12:04:18+00:00September 9, 2019|Mobile|0 Comments

|
| ByWebner

Facebook Share-React Native React native provides Facebook SDK to integrate facebook APIs in react native application. It can be used for both (iOS and Android) platforms. Below is the documentation to configuration this package for android: Installation: 1. Go to [...]

27 03, 2019

How to read Mobile Hardware and Operating system Details in React Native

2019-03-27T12:01:38+00:00March 27, 2019|Linux, Windows, Mac, Mobile, Others (Technical), Web Development|1 Comment

|
| ByWebner

Steps to read Mobile Hardware and Operating system Details in React Native To get the android and ios device information like UDID, version, build, operating system etc - We can get this information by using react-native-device-info plugin provided by react [...]

Go to Top