Add post dropdown menus

This commit is contained in:
Paul Frazee 2022-09-02 15:43:10 -05:00
parent cdae685ee1
commit 41bbe2b60b
4 changed files with 216 additions and 6 deletions

View file

@ -8,7 +8,7 @@ import {
} from 'react-native'
import RootSiblings from 'react-native-root-siblings'
import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome'
import {s, colors} from '../../lib/styles'
import {colors} from '../../lib/styles'
export function createLocationMenu(): RootSiblings {
const onPressItem = (_index: number) => {