Skip to content

Commit

Permalink
Remove React Native.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kévin Nové committed Oct 23, 2019
1 parent ae4befd commit f7a6d15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,6 @@ Every space inside `{ }` and `( )` means that this is pushed into next line :)

- All hooks from [official docs](https://reactjs.org/docs/hooks-reference.html) are added with hook name prefix.

## React Native

| Prefix | Method |
| ---------: | -------------------------------------- |
| `imrn→` | `import { $1 } from 'react-native'` |
| `rnstyle→` | `const styles = StyleSheet.create({})` |

## Redux

| Prefix | Method |
Expand Down
8 changes: 0 additions & 8 deletions snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -525,14 +525,6 @@
"prefix": "rxuseStore",
"body": ["const store = useStore();"]
},
"reactNativeImport": {
"prefix": "imrn",
"body": "import { ${1:moduleName} } from 'react-native'"
},
"reactNativeStyles": {
"prefix": "rnstyle",
"body": ["const styles = StyleSheet.create({", "\t${1:style}", "})", ""]
},
"propTypeArray": {
"prefix": "pta",
"body": "PropTypes.shape([]),",
Expand Down

0 comments on commit f7a6d15

Please sign in to comment.