react-native-template-hikedeprecated

### Guide - Add your changes to [hike-reference-app](https://github.com/lklacar/hike-reference-app) - Make sure your feature works in [hike-reference-app](https://github.com/lklacar/hike-reference-app) - Ensure your changes don't include anything they sho

Usage no npm install needed!

<script type="module">
  import reactNativeTemplateHike from 'https://cdn.skypack.dev/react-native-template-hike';
</script>

README

Hike template for React Native

Guide

    git format-patch -1 HEAD
  • Apply your patch in this repository
    git apply --stat file.patch
    git apply --check file.patch
    git am < file.patch
  • Make sure your patch did not do anything stupid
  • Make sure you don't commit your patch
  • Commit & push here