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, { ReactChild } from 'react'; | |
| import { Database } from '@nozbe/watermelondb'; | |
| import { getWatermelon } from 'app/utils/DBWatermelonOld/DBWatermelonOld'; | |
| import DatabaseProvider from '@nozbe/watermelondb/DatabaseProvider'; | |
| const WatermelonProvider = (props) => { | |
| const watermelonRef = React.useRef(); | |
| const [database, setDatabase] = React.useState(); | |
| if (!watermelonRef.current) { |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |