Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| import React from 'react' | |
| import { Dimensions, Animated, View, Easing, Platform } from 'react-native' | |
| import PropTypes from 'prop-types' | |
| /** | |
| * DismissableScrollview | |
| * Will dismiss element when the user scrolls from the top and there is no more vertical | |
| * scrolling available. | |
| */ | |
| export default class DismissableScrollview extends React.Component { |
| import { getConfig } from '@expo/config' | |
| import fs from 'fs' | |
| import spawnAsync from '@expo/spawn-async' | |
| import chalk from 'chalk' | |
| import path from 'path' | |
| const appDir = process.cwd() | |
| console.log() | |
| console.log(chalk.green('Sentry source maps script. Working directory:')) |