Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-zohosalesiq-mobilisten

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-zohosalesiq-mobilisten

A React Native module for the ZohoSalesIQ Mobilisten SDK

  • 1.4.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1K
decreased by-23.63%
Maintainers
2
Weekly downloads
 
Created
Source

Integrate React Native ZohoSalesIQ SDK:

Open your react-native project in the terminal and install the package using the commands as follows :

- npm install react-native-zohosalesiq-mobilisten --save
- react-native link react-native-zohosalesiq-mobilisten
iOS Setup :

Open Podfile inside the ios folder of your react native project.

If you don't have Podfile, run the following command from the ios folder :

pod init

Include ZohoSalesIQ React Native SDK into your Podfile as follows :

target 'YourProjectName' do

pod 'RNZohoSalesIQ', :path => '../node_modules/react-native-zohosalesiq-mobilisten/ios'

end

Run command pod install from the ios directory.

Note : After a successful pod install, open the iOS project in Xcode and navigate to the Build Settings > Build Options and set ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES to Yes

Android Setup :

Open the android folder of your react-native project in Android Studio or any other platform for Android development.

Add the following maven repository in the project level build.gradle file.

allprojects {
    repositories {
  .....
      maven { url 'https://maven.zohodl.com' }
    }
}

Then, press Sync Now in the bar that appears in the IDE.

Help Doc :- ZohoSalesIQ ReactNative SDK

Keywords

FAQs

Package last updated on 10 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc