Summary: renaming flipper in docs

Reviewed By: passy

Differential Revision: D9871491

fbshipit-source-id: 7a7dcc8421229f3a253efc6a49202dad5c7315d0
This commit is contained in:
Daniel Büchele
2018-09-18 06:38:30 -07:00
committed by Facebook Github Bot
parent 3e4c24d6fe
commit 159ce69bc8
7 changed files with 37 additions and 37 deletions

View File

@@ -11,7 +11,7 @@ We use a styled-component based approach to styling our views. This means styles
For basic building blocks (views, texts, ...) you can use the styled object.
```javascript
import {styled} from 'sonar';
import {styled} from 'flipper';
const MyView = styled.view({
fontSize: 10,