-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc(gitbook): Adding a gitbook to detail the use of the module (#29)
* Usage + API * Adding images * Documentation + examples * Generated book * Fix Readme
- Loading branch information
Marvin Frachet
authored
Oct 19, 2017
1 parent
1207fe1
commit 46ab2b6
Showing
66 changed files
with
7,286 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
./Example | ||
./book |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# [RN-PLACEHOLDER](https://github.com/mfrachet/rn-placeholder) | ||
|
||
[![Build Status](https://travis-ci.org/mfrachet/rn-placeholder.svg?branch=master)](https://travis-ci.org/mfrachet/rn-placeholder) | ||
[![Coverage Status](https://coveralls.io/repos/github/mfrachet/rn-placeholder/badge.svg?branch=master)](https://coveralls.io/github/mfrachet/rn-placeholder?branch=master) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | ||
|
||
Display some placeholder stuff before rendering your text or media content in React Native. | ||
|
||
*Fully compatible with [Expo](https://expo.io/) and [react-native-web](https://github.com/necolas/react-native-web)* | ||
|
||
------ | ||
<p align="center"> | ||
<img height="240" src="https://img4.hostingpics.net/pics/221859android.gif" /> | ||
<img height="240" src="https://img4.hostingpics.net/pics/197702shineanimation.gif" /> | ||
<img height="240" src="https://img15.hostingpics.net/pics/449888rnweb.gif" /> | ||
</p> | ||
|
||
------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Summary | ||
|
||
* [Introduction](README.md) | ||
|
||
### Getting started | ||
|
||
* [Installation](./getting-started/INSTALLATION.md) | ||
* [Example](./getting-started/EXAMPLE.md) | ||
|
||
### Components | ||
|
||
* [Line](./components/LINE.md) | ||
* [Media](./components/MEDIA.md) | ||
* [Paragraph](./components/PARAGRAPH.md) | ||
* [ImageContent](./components/IMAGECONTENT.md) | ||
* [MultiWords](./components/MULTIWORDS.md) | ||
* [Custom component](./customize/CUSTOMCOMPONENT.md) | ||
|
||
### Animations | ||
|
||
* [Built in](./animations/BUILTIN.md) | ||
* [Custom animation](./customize/CUSTOMANIMATION.md) |
Oops, something went wrong.