This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, {useMemo} from 'react' | |
| import Animated from 'react-native-reanimated' | |
| import {View, Dimensions, StyleSheet} from 'react-native' | |
| import FastImage from 'react-native-fast-image' | |
| import ConfettiImage from 'assets/images/confetti.png' | |
| const NUM_CONFETTI = 100 | |
| const COLORS = ['#00e4b2', '#09aec5', '#107ed5'] | |
| const CONFETTI_SIZE = 16 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| First Name | Last Name | Year | Game Date | Week | Opponent | Pass Attempts | Pass Completions | Yards Per Attempt | Completion % | Sacks | Interceptions | Passing Yards | Passing TDs | Rush Attempts | Rush Yards | Rush TDs | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Baker | Mayfield | 2018 | 2018-09-2 | 3 | NYJ | 23 | 17 | 8.7 | 74 | 1 | 0 | 201 | 0 | 2 | -2 | 0 | |
| Baker | Mayfield | 2018 | 2018-09-3 | 4 | OAK | 41 | 21 | 7.2 | 51 | 2 | 2 | 295 | 2 | 4 | 10 | 0 | |
| Baker | Mayfield | 2018 | 2018-10-0 | 5 | BAL | 43 | 25 | 8 | 58 | 5 | 1 | 342 | 1 | 2 | 23 | 0 | |
| Baker | Mayfield | 2018 | 2018-10-1 | 6 | LAC | 46 | 22 | 5.2 | 48 | 5 | 2 | 238 | 1 | 2 | 8 | 0 | |
| Baker | Mayfield | 2018 | 2018-10-2 | 7 | TB | 34 | 23 | 6.3 | 68 | 5 | 0 | 215 | 2 | 4 | 43 | 0 | |
| Baker | Mayfield | 2018 | 2018-10-2 | 8 | PIT | 36 | 22 | 5 | 61 | 2 | 1 | 180 | 2 | 1 | 9 | 0 | |
| Baker | Mayfield | 2018 | 2018-11-0 | 9 | KC | 42 | 29 | 7.1 | 69 | 2 | 1 | 297 | 2 | 0 | 0 | 0 | |
| Baker | Mayfield | 2018 | 2018-11-1 | 10 | ATL | 20 | 17 | 10.8 | 85 | 0 | 0 | 216 | 3 | 6 | 20 | 0 | |
| Baker | Mayfield | 2018 | 2018-11-2 | 12 | CIN | 26 | 19 | 9.9 | 73 | 0 | 0 | 258 | 4 | 4 | -4 | 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Specification | Keyword | RGB hex value | |
|---|---|---|---|
| CSS Level 1 | black | #000000 | |
| CSS Level 1 | silver | #c0c0c0 | |
| CSS Level 1 | gray | #808080 | |
| CSS Level 1 | white | #ffffff | |
| CSS Level 1 | maroon | #800000 | |
| CSS Level 1 | red | #ff0000 | |
| CSS Level 1 | purple | #800080 | |
| CSS Level 1 | fuchsia | #ff00ff | |
| CSS Level 1 | green | #008000 |