# Create a nativeApp with Discourse API

**URL:** https://meta.discourse.org/t/create-a-nativeapp-with-discourse-api/130076
**Category:** Development
**Created:** [October 2, 2019, 8:23pm UTC](https://meta.discourse.org/t/create-a-nativeapp-with-discourse-api/130076 "2019-10-02T20:23:33Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ewald345](https://avatars.discourse-cdn.com/v4/letter/e/e0b2c6/32.png) [@ewald345](https://meta.discourse.org/u/ewald345)
#### Post date: [October 2, 2019, 8:23pm UTC](https://meta.discourse.org/t/create-a-nativeapp-with-discourse-api/130076/1 "2019-10-02T20:23:33Z")

</div>

Hi,

is it possible to create a NativeApp with the Discourse API ?  
I want to embed Discourse with some Plugins into a react native template.

Has anyone experience with discourse native apps or is there any established one ?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [October 2, 2019, 11:28pm UTC](https://meta.discourse.org/t/create-a-nativeapp-with-discourse-api/130076/2 "2019-10-02T23:28:22Z")

</div>

See:

[https://github.com/discourse/DiscourseMobile](https://github.com/discourse/DiscourseMobile)

Available on both android and apple stores, open source. Search for Discourse Hub.

---

<div class="post-metadata">

### Author: ![ewald345](https://avatars.discourse-cdn.com/v4/letter/e/e0b2c6/32.png) [@ewald345](https://meta.discourse.org/u/ewald345)
#### Post date: [October 3, 2019, 3:32pm UTC](https://meta.discourse.org/t/create-a-nativeapp-with-discourse-api/130076/3 "2019-10-03T15:32:04Z")

</div>

thank you, but if i have some plugins installed or some custom plugins, is it also possible to create a NativeMobile App with all the Features from the Plugins ?

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [October 3, 2019, 4:06pm UTC](https://meta.discourse.org/t/create-a-nativeapp-with-discourse-api/130076/4 "2019-10-03T16:06:28Z")

</div>

Our app is just a wrapper around a web browser. So if you follow the same approach, then yes, anything visible on the web will be visible in the app.
