From 82a9bf0a0fb4e812c67d420797b835af1276488d Mon Sep 17 00:00:00 2001 From: Julia Friesel Date: Tue, 21 May 2019 14:20:45 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index a69a9a8..244bced 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A menstrual cycle tracking app that's open-source and leaves your data on your phone. Use it to track your menstrual cycle and/or for fertility awareness! Find more information on [our website](https://bloodyhealth.gitlab.io/). -The app is build in React Native and currently developed for Android. +The app is built in React Native and currently developed for Android. Here --> you will find our [contributing guide](https://gitlab.com/bloodyhealth/drip/blob/master/CONTRIBUTING.md). @@ -75,10 +75,6 @@ If you get error messages about `adb` not being found on your path: $ ln -s ~/Library/Android/sdk/platform-tools/adb /usr/local/bin/adb ``` -### [Windows 10] react native problems - -Unfortunately, the react native version we use doesn't work on Windows 10 it seems, find [more info here](https://github.com/facebook/react-native/issues/20015). - ## Tests You can run the tests with: ```