add ZBNF app to showcase
Summary:Thanks for submitting a pull request! Please provide enough information so that others can review your pull request: (You can skip this if you're fixing a typo or adding an app to the Showcase.) Explain the **motivation** for making this change. What existing problem does the pull request solve? Prefer **small pull requests**. These are much easier to review and more likely to get merged. Make sure the PR does only one thing, otherwise please split it. **Test plan (required)** Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. Make sure tests pass on both Travis and Circle CI. **Code formatting** Look around. Match the style of the rest of the codebase. See also the simple [style guide](https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md#style-guide). Closes https://github.com/facebook/react-native/pull/6680 Differential Revision: D3102712 fb-gh-sync-id: 2872886bc34128dae3326c664d446ffc8c97df03 fbshipit-source-id: 2872886bc34128dae3326c664d446ffc8c97df03
This commit is contained in:
parent
230e7c0b31
commit
0b22d09366
|
@ -686,6 +686,12 @@ var apps = [
|
|||
link: 'https://itunes.apple.com/us/app/yazboz-batak-esli-batak-okey/id1048620855?ls=1&mt=8',
|
||||
author: 'Melih Mucuk',
|
||||
},
|
||||
{
|
||||
name: 'ZBNF - Zero Budget Natural Farming',
|
||||
icon: 'https://lh3.googleusercontent.com/gnEBtkUTy89wgbRlEmbETJN9qzHgAAkcvCknWhZbomDRexFAjkU8W-DQFtFygTGeLtA=w300-rw',
|
||||
link: 'https://play.google.com/store/apps/details?id=com.zbnf',
|
||||
author: 'Chandra Sekhar Kode',
|
||||
},
|
||||
{
|
||||
name: '天才段子手',
|
||||
icon: 'http://pp.myapp.com/ma_icon/0/icon_12236104_1451810987/96',
|
||||
|
|
Loading…
Reference in New Issue