Skip to content

Commit

Permalink
Added option description
Browse files Browse the repository at this point in the history
  • Loading branch information
patw0929 committed Aug 18, 2017
1 parent ae44e1d commit d1242bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,19 @@ <h2>Props</h2>
devices that support the native banner.
</td>
</tr>
<tr>
<th scope="row">appMeta</th>
<td><code>{
ios: 'apple-itunes-app',
android: 'google-play-app',
windows: 'msApplication-ID',
kindle: 'kindle-fire-app'
}</code></td>
<td>
The custom meta tag name (object).<br />
It provide an option to enforce using custom meta tag to show js react-smartbanner for newer iOS versions.
</td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit d1242bc

Please sign in to comment.