Skip to content

Instantly share code, notes, and snippets.

View suxur's full-sized avatar

Joshua Payne suxur

View GitHub Profile
import React from 'react';
import { filter, forEach, head, map } from 'lodash';
import {
Text,
ScrollView,
StyleSheet,
View,
} from 'react-native';
import { connect } from 'react-redux';
@suxur
suxur / CampaignChaosBagView.tsx
Created September 25, 2019 03:37
CampaignChaosBagView
import React from 'react';
import { keys, values, shuffle } from 'lodash';
import { Button, Platform, ScrollView, StyleSheet, Text, TouchableOpacity, View } from 'react-native';
import { EventSubscription, Navigation } from 'react-native-navigation';
import { Action, bindActionCreators, Dispatch } from 'redux';
import { t } from 'ttag';
import { iconsMap } from '../../../app/NavIcons';
import { NavigationProps } from '../../types';
import { ChaosBag, ChaosTokenType } from '../../../constants';