From 6fc4b546692a5864fc4ea4da571eed308d2dcf73 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Tue, 15 May 2018 17:04:08 +0200 Subject: [PATCH] Add README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..72afe52 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Gotify Android [![Build Status][badge-travis]][travis] + +## Setup Dev Environment +Follow the instructions on [React-Native Getting Started][react-getstarted] for "Building Projects with Native Code". + + [react-getstarted]: https://facebook.github.io/react-native/docs/getting-started.html + [badge-travis]: https://travis-ci.org/gotify/android.svg?branch=master + [travis]: https://travis-ci.org/gotify/android \ No newline at end of file