implement direct URI navigation #134

Merged
akinwale merged 4 commits from load-lbry-uri into master 2018-05-25 00:47:55 +02:00
Showing only changes of commit 028dc564c8 - Show all commits

View file

@ -3,11 +3,11 @@ import Colors from './colors';
const uriBarStyle = StyleSheet.create({
uriContainer: {
backgroundColor: '#ffffff',
backgroundColor: Colors.White,
padding: 8,
alignSelf: 'flex-end',
width: '100%',
shadowColor: 'black',
shadowColor: Colors.Black,
shadowOpacity: 0.1,
shadowRadius: StyleSheet.hairlineWidth,
shadowOffset: {