Skip to content

Commit

Permalink
Added logo
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitarNestorov committed Oct 9, 2020
1 parent fd01e2e commit d715c82
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .prettierrc

This file was deleted.

Binary file added .vscode/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions .vscode/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# react-native-dynamic
<p align="center"><img src="https://raw.githubusercontent.com/codemotionapps/react-native-dynamic/master/.vscode/logo.png" alt="Logo" width="128" height="128"></p>

[![npm version](https://img.shields.io/npm/v/react-native-dynamic.svg)](https://www.npmjs.com/package/react-native-dynamic)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
<h1 align="center">react-native-dynamic</h1>

<p align="center"><img src="https://raw.githubusercontent.com/codemotionapps/react-native-dynamic/master/showcase.ios.gif" alt="Showcase iOS" width="200" height="433">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://raw.githubusercontent.com/codemotionapps/react-native-dynamic/master/showcase.android.gif" alt="Showcase Android" width="234" height="433"></p>
<p align="center"><a href="https://www.npmjs.com/package/react-native-dynamic"><img src="https://img.shields.io/npm/v/react-native-dynamic.svg" alt="npm version"></a>
<a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a></p>

<p align="center">&nbsp;&nbsp;<img src="https://raw.githubusercontent.com/codemotionapps/react-native-dynamic/master/.vscode/showcase.ios.gif" alt="Showcase iOS" width="200">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://raw.githubusercontent.com/codemotionapps/react-native-dynamic/master/.vscode/showcase.android.gif" alt="Showcase Android" width="234">&nbsp;&nbsp;</p>

## Installation

Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
"library": "yarn workspace library",
"start": "yarn workspace example start"
},
"prettier": {
"semi": false,
"trailingComma": "all",
"tabWidth": 4,
"printWidth": 120,
"singleQuote": true,
"useTabs": true
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/runtime": "^7.10.3",
Expand Down

0 comments on commit d715c82

Please sign in to comment.