This file contains 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, { | |
ReactNode, | |
forwardRef, | |
useImperativeHandle, | |
useState, | |
} from "react"; | |
import { | |
Animated, | |
KeyboardAvoidingView, | |
LayoutChangeEvent, |
This file contains 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
<div id="container"> | |
<div class="navbar"> | |
<div class="navbar__container"> | |
<div class="navbar__logo"> | |
<i class="fab fa-twitch"></i> | |
</div> | |
<div class="navbar__item">Following</div> | |
<div class="navbar__item">Browse</div> | |
<div class="navbar__item text__desktop">Get Desktop</div> | |
<div class="navbar__item text__prime">Try Prime</div> |