Skip to content

Commit 99c3960

Browse files
committed
feat: version 2 with modern functional component and more features
1 parent b103549 commit 99c3960

File tree

8 files changed

+1
-294
lines changed

8 files changed

+1
-294
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
<>

example/lib/CounterInput.style.ts

-86
This file was deleted.

example/lib/CounterInput.tsx

-174
This file was deleted.

example/lib/helpers/useStateWithCallback.ts

-33
This file was deleted.
-223 Bytes
Binary file not shown.
-1.57 KB
Binary file not shown.
-316 Bytes
Binary file not shown.
-464 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)