From 00dd4babd1774f530f79fb020d46c95d616f7fbc Mon Sep 17 00:00:00 2001 From: "d.krokhmal" Date: Sun, 10 Nov 2019 20:14:37 +0300 Subject: [PATCH] rename --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42b4c5b..4b6b485 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ $ npm install --save react-native-refresh-control ## Usage -`import { CustomRefreshControl } from 'react-native-refresh-control';` +`import { CustomRefreshControl } from 'react-native-custom-refresh-control';` All parameters for components are optional diff --git a/package.json b/package.json index 683dff8..1db7810 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "react-native-refresh-control", + "name": "react-native-custom-refresh-control", "version": "1.0.0", "description": "Refresh your screen with react native custom refresh control", "main": "src/index.js",