Skip to content

Commit

Permalink
fix: package.json is updated on example
Browse files Browse the repository at this point in the history
  • Loading branch information
sevvaleygul0 committed Jan 13, 2022
1 parent 814d0ad commit 5ad8bd4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import {View} from 'react-native';
import BigTabBar, {ITabBar} from 'react-native-big-tab-bar';

const tabs: ITabBar = [
const tabs: ITabBar[] = [
{
id: 0,
text: 'Monday',
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "16.13.1",
"react-native": "0.64.1",
"react-native-androw": "^0.0.34",
"react-native-big-tab-bar": "^0.0.3"
"react-native-big-tab-bar": "^0.0.4"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down
5 changes: 0 additions & 5 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5311,11 +5311,6 @@
"resolved" "https://registry.npmjs.org/react-native-androw/-/react-native-androw-0.0.34.tgz"
"version" "0.0.34"

"react-native-big-tab-bar@^0.0.3":
"integrity" "sha512-nntaEb3HcdSpwKmFg+ljohw6fRD+P4oIvdayi69U8hOHsmDwwvVMgakjMYBeDtKHuIPgkH+oZrx2eBDT92INPQ=="
"resolved" "https://registry.npmjs.org/react-native-big-tab-bar/-/react-native-big-tab-bar-0.0.3.tgz"
"version" "0.0.3"

"react-native-codegen@^0.0.6":
"integrity" "sha512-cMvrUelD81wiPitEPiwE/TCNscIVauXxmt4NTGcy18HrUd0WRWXfYzAQGXm0eI87u3NMudNhqFj2NISJenxQHg=="
"resolved" "https://registry.npmjs.org/react-native-codegen/-/react-native-codegen-0.0.6.tgz"
Expand Down

0 comments on commit 5ad8bd4

Please sign in to comment.