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

react-native-raw-bottom-sheet

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-raw-bottom-sheet - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

__tests__/__snapshots__/RBSheet.test.js.snap

23

package.json
{
"name": "react-native-raw-bottom-sheet",
"version": "1.1.2",
"version": "1.1.3",
"description": "Add Your Own Component To Bottom Sheet Whatever You Want (Android & iOS)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NYSamnang/react-native-raw-bottom-sheet.git"
"url": "git+https://github.com/nysamnang/react-native-raw-bottom-sheet.git"
},

@@ -27,5 +27,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/NYSamnang/react-native-raw-bottom-sheet/issues"
"url": "https://github.com/nysamnang/react-native-raw-bottom-sheet/issues"
},
"homepage": "https://github.com/NYSamnang/react-native-raw-bottom-sheet#readme",
"homepage": "https://github.com/nysamnang/react-native-raw-bottom-sheet#readme",
"dependencies": {

@@ -35,2 +35,4 @@ "prop-types": "^15.6.2"

"devDependencies": {
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"eslint": "^5.14.1",

@@ -43,6 +45,15 @@ "eslint-config-airbnb": "^17.1.0",

"eslint-plugin-react": "^7.12.4",
"jest": "^24.1.0",
"metro-react-native-babel-preset": "^0.52.0",
"prettier": "^1.16.4",
"react": "^16.8.3",
"react": "^16.6.3",
"react-dom": "^16.8.3",
"react-native": "^0.58.5"
},
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
}
}
}
# react-native-raw-bottom-sheet
[![npm version](https://badge.fury.io/js/react-native-raw-bottom-sheet.svg)](//npmjs.com/package/react-native-raw-bottom-sheet) [![npm downloads](https://img.shields.io/npm/dm/react-native-raw-bottom-sheet.svg)
[![npm version](https://badge.fury.io/js/react-native-raw-bottom-sheet.svg)](//npmjs.com/package/react-native-raw-bottom-sheet)
[![npm downloads](https://img.shields.io/npm/dm/react-native-raw-bottom-sheet.svg)
](//npmjs.com/package/react-native-raw-bottom-sheet)
[![Build Status](https://travis-ci.org/nysamnang/react-native-raw-bottom-sheet.svg?branch=master)](https://travis-ci.org/nysamnang/react-native-raw-bottom-sheet)

@@ -16,3 +18,3 @@ - Super Lightweight Component

| :--------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------: |
| ![](https://raw.githubusercontent.com/NYSamnang/stock-images/master/react-native-raw-bottom-sheet/RNRBS-IOS-1.1.0.gif) | ![](https://raw.githubusercontent.com/NYSamnang/stock-images/master/react-native-raw-bottom-sheet/RNRBS-AOS-1.1.0.gif) |
| ![](https://raw.githubusercontent.com/nysamnang/stock-images/master/react-native-raw-bottom-sheet/RNRBS-IOS-1.1.0.gif) | ![](https://raw.githubusercontent.com/nysamnang/stock-images/master/react-native-raw-bottom-sheet/RNRBS-AOS-1.1.0.gif) |

@@ -101,3 +103,3 @@ ## Installation

### Note
## Note

@@ -107,3 +109,3 @@ - Always set `ref` to `RBSheet` and call each method by using `this.RBSheet.methodName()` like example above.

### Give me a Star
## Give me a Star

@@ -114,6 +116,6 @@ If you think this project is helpful just give me a ⭐️ Star is enough because i don't drink coffee :D

This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/NYSamnang/react-native-raw-bottom-sheet/blob/master/LICENSE) file for details
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/nysamnang/react-native-raw-bottom-sheet/blob/master/LICENSE) file for details
## Author
Made with ❤️ by [NY Samnang](https://github.com/NYSamnang).
Made with ❤️ by [NY Samnang](https://github.com/nysamnang).

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