Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

react-native-split-overlay

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

react-native-split-overlay

split to lane4 library

unpublished
latest
npmnpm
Version
1.0.20
Version published
Maintainers
1
Created
Source

react-native-react-native-split-overlay

Getting started

$ npm install react-native-react-native-split-overlay --save

Mostly automatic installation

$ react-native link react-native-react-native-split-overlay

Manual installation

Android

  • Open up android/app/src/main/java/[...]/MainActivity.java
  • Add import split.overlay.RNReactNativeSplitOverlayPackage; to the imports at the top of the file
  • Add new RNReactNativeSplitOverlayPackage() to the list returned by the getPackages() method
  • Append the following lines to android/settings.gradle:
    include ':react-native-react-native-split-overlay'
    project(':react-native-react-native-split-overlay').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-react-native-split-overlay/android')
    
  • Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-react-native-split-overlay')
    

Usage

import RNReactNativeSplitOverlay from 'react-native-react-native-split-overlay';

// TODO: What to do with the module?
RNReactNativeSplitOverlay;

Keywords

react-native

FAQs

Package last updated on 13 Oct 2021

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