From 3c5d0b466da0076d17f183cb99c26afee53f15b8 Mon Sep 17 00:00:00 2001 From: 360Disrupt Date: Wed, 24 Apr 2019 07:22:20 +0200 Subject: [PATCH] Update: Integrated Git-Start into Readme.md (#110) Add Git-Start links to Readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 90f61ba8..46a577d7 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,20 @@ This project is the official continuation of the abandoned `react-native-modal-p npm i react-native-modal-selector --save ``` + +## Live support + +### Get help + +If you have an urgent problem, hire a mentor for a 1:1 live session on Git-Start: +[![Get 1:1 live support for your issue.](https://git-start.com/assets/git-start-mentee-banner-medium.svg?sanitize=true)](https://git-start.com/help-request/create/peacechen%2Freact-native-modal-selector) + +### Provide help + +Help others in paid 1:1 live sessions to get started. +[![Give paid 1:1 live support.](https://git-start.com/assets/git-start-mentor-banner-medium.svg?sanitize=true)](https://git-start.com/help-request/overview/peacechen%2Freact-native-modal-selector) + + ## Usage You can either use this component in its default mode, as a wrapper around your existing component or provide a custom component (where you need to control opening of the modal yourself). In default mode a customizable button is rendered.