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

react-native-search-api

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-search-api - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "1.0.0",
"version": "1.0.1",
"description": "A React Native module that allows to perform the Spotlight integration on iOS",

@@ -10,0 +10,0 @@ "author": "Daniil Konoplev <danchoys@ombori.com>",

@@ -5,2 +5,23 @@ # React Native Search Api module

## Installation
### Automatic part
1. `npm install react-native-search-api --save`
1. `react-native link`
### Manual part
To the top of your `AppDelegate.m` add the following line:
```
#import "RCTSearchApiManager.h"
```
In your AppDelegate implementation add the following:
```
- (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void (^)(NSArray * _Nullable))restorationHandler {
return [RCTSearchApiManager application:application continueUserActivity:userActivity restorationHandler:restorationHandler];
}
```
## Usage

@@ -7,0 +28,0 @@

Sorry, the diff of this file is not supported yet

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