Skip to content

Commit 99c3960

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

8 files changed

Lines changed: 1 addition & 294 deletions

File tree

example/App.tsx

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 86 deletions
This file was deleted.

example/lib/CounterInput.tsx

Lines changed: 0 additions & 174 deletions
This file was deleted.

example/lib/helpers/useStateWithCallback.ts

Lines changed: 0 additions & 33 deletions
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)