Skip to content

Commit 9fae545

Browse files
committed
feat: version 1 🚀
1 parent 74eac59 commit 9fae545

5 files changed

Lines changed: 12 additions & 26 deletions

File tree

assets/react-native-bounceable.gif

-12.6 MB
Loading

example/App.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -145,20 +145,6 @@ const App = () => {
145145
return (
146146
<>
147147
<StatusBar barStyle="dark-content" />
148-
<RNBounceable
149-
style={{
150-
height: 150,
151-
width: 300,
152-
backgroundColor: "red",
153-
alignItems: "center",
154-
justifyContent: "center",
155-
}}
156-
onPress={() => {
157-
alert("hey");
158-
}}
159-
>
160-
<Text style={{ color: "#fff", fontSize: 32 }}>Hello</Text>
161-
</RNBounceable>
162148
<SafeAreaView>
163149
{renderHeader()}
164150
{renderIGStories()}

example/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "18.0.0",
1414
"react-native": "0.69.2",
1515
"react-native-apple-card-views": "^2.2.0",
16-
"@freakycoder/react-native-bounceable": "^1.0.1",
16+
"@freakycoder/react-native-bounceable": "^1.0.2",
1717
"react-native-instagram-story-circle": "^0.1.9",
1818
"react-native-linear-gradient": "^2.6.2",
1919
"react-native-profile-header": "^0.1.1"

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -781,10 +781,10 @@
781781
"minimatch" "^3.0.4"
782782
"strip-json-comments" "^3.1.1"
783783

784-
"@freakycoder/react-native-bounceable@^1.0.1", "@freakycoder/react-native-bounceable@>= 0.1.1":
785-
"integrity" "sha512-1fAC9Sbi40mp1YOl5eBSMzetPJVwlpZxSE1AAVtHnEujfKxuulTM8uG3NmJ3BHc3KVk2fwF6TrS32d56DdXZZQ=="
786-
"resolved" "https://registry.npmjs.org/@freakycoder/react-native-bounceable/-/react-native-bounceable-1.0.1.tgz"
787-
"version" "1.0.1"
784+
"@freakycoder/react-native-bounceable@^1.0.2", "@freakycoder/react-native-bounceable@>= 0.1.1":
785+
"integrity" "sha512-kk3DeR6Cq4hOuJeoDuaFKA47pbW1fgqHogJwrYIvr1GvZ7j+fusbAslOIZFnLdbUg5mIXfKg+WpGt51S4Ya5fg=="
786+
"resolved" "https://registry.npmjs.org/@freakycoder/react-native-bounceable/-/react-native-bounceable-1.0.2.tgz"
787+
"version" "1.0.2"
788788

789789
"@hapi/hoek@^9.0.0":
790790
"integrity" "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ=="

0 commit comments

Comments
 (0)