Skip to content

Commit d488bc5

Browse files
committed
refactor: 2.0.1 local-asset folder is missing. Fixed and released 2.0.2
1 parent 689f40d commit d488bc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import {SafeAreaView, View, Image, Text, StatusBar} from 'react-native';
33
import LinearGradient from 'react-native-linear-gradient';
44
// import CounterInput from 'react-native-counter-input';
5-
import CounterInput from './lib/CounterInput';
5+
import CounterInput from './build/dist/CounterInput';
66
const App = () => {
77
return (
88
<>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-counter-input",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Counter Input with fully customizable options for React Native",
55
"main": "./build/dist/CounterInput.js",
66
"repository": "[email protected]:WrathChaos/react-native-counter-input.git",

0 commit comments

Comments
 (0)