How to add social sharing in ionic react app

How to add social sharing in ionic react app

After lots of searching and efforts i have done the social sharing in my ionic react app. So you need to follow below setups:- 1) Install the below packages through npm npm install cordova-plugin-x-socialsharing npm install @ionic-native/social-sharing 2) Import package in your component as like below:- import { SocialSharing } from ‘@ionic-native/social-sharing’; 3) Now you […]

How to add checkbox in react native

How to add checkbox in react native?

In this tutorials we will use a package named @react-native-community/checkbox to add checkboxes in react native. So follow the below setups:- 1) Install the @react-native-community/checkbox package like below in your application yarn add @react-native-community/checkbox or npm install @react-native-community/checkbox –save On iOS, install cocoapods: npx pod-install 2) Link the module in your application react-native link @react-native-community/checkbox […]

Error Realm at path datauser0com.drugfilesdrugApp.realm already opened on current thread with different schema

Error: Realm at path /data/user/0/com.drug/files/drugApp.realm already opened on current thread with different schema.

Error: Realm at path ‘/data/user/0/com.drug/files/drugApp.realm’ already opened on current thread with different schema. To solve this error you need to close Realm instance like below code example:- export const insertNewContact = newcontact => new Promise((resolve,reject) => { Realm.open(databaseOptions).then(realm=>{ realm.write(() => { console.log(newcontact); realm.create(CONTACT_SCHEMA, newcontact); resolve(newcontact); realm.close(); }); }).catch((error) => reject(error)); });

can not read property

Error: TypeError: Cannot read property map of undefined at resolveDependencies (C:xampphtdocsreactnativereactnativerealmdrugnode_modulesmetrosrcDeltaBundlertraverseDependencies.js

error: TypeError: Cannot read property ‘map’ of undefined at resolveDependencies (C:xampphtdocsreactnativereactnativerealmdrugnode_modulesmetrosrcDeltaBundlertraverseDependencies.js To solve this error in react native you need to clean your temp folder in windows OS. Goto C:UsersAppDataLocalTemp folder. Delete all data.

How to integrate Binect APIs in php

How to integrate Binect APIs in php

In this tutorial, we are going to learn How to integrate Binect APIs in PHP. First thing you need to create the authorization code using your username and password like below:- Basic YW51anN0YXBsZUBnbWFpbC5jb206QW51akAxMjM= 1) Get user data Through the first binect API, we will get user data using PHP curl. You need to set the […]

How to delete table in Laravel how to drop table in migration laravel migration delete table how to rollback particular table in laravel delete a table in laravel through migration

How to delete table in Laravel?

In this tutorial we will learn that how we can delete table in laravel. We can achieve this by two ways. They are following:- 1) Delete table from phpmyadmin You can delete table direct from phpmyadmin. Remember to delete migrations also. if the migration is still there when you run the migration again the table […]

How to call a method of controller with cron in laravel

How to call a method of controller with cron in laravel

In this tutorial we are going to learn how to call a method of controll through CRON and schedule them. Now create a contoller and a function inside that controller. In this tutorial we will create a user every minute using laravel CRON schedule. So first we will create a usersController. See below example:– Create […]

Groceries Elementor Template

Groceries Elementor Template african grocers, africangrocers, african grocery store near me,african grocery store,african grocery,african grocery near me,african grocery delivery,african grocery store toronto,african grocery store atlanta,african grocery store ottawa,south african groceries,african caribbean grocery,african caribbean tropical grocers hamilton on,african grocery and meat market,african groceries & art chicago il,african groceries and art,african groceries adelaide,african grocery atlanta,african grocery alexandria […]

Scroll to Top