Skip to content

Instantly share code, notes, and snippets.

View paxme's full-sized avatar
🌴
On vacation

paxme paxme

🌴
On vacation
View GitHub Profile
@paxme
paxme / mjpegexample.js
Created June 17, 2022 02:33 — forked from stefangordon/mjpegexample.js
React Native MJPEG
var styles = StyleSheet.create({
backgroundVideo: {
width:400,
height:322
}
})
return (
<View>
<WebView
@paxme
paxme / mjpegexample.js
Created June 17, 2022 02:33 — forked from stefangordon/mjpegexample.js
React Native MJPEG
var styles = StyleSheet.create({
backgroundVideo: {
width:400,
height:322
}
})
return (
<View>
<WebView
@paxme
paxme / colors.xml
Created November 2, 2021 21:07 — forked from sghael/colors.xml
Android colors.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="white">#FFFFFF</color>
<color name="ivory">#FFFFF0</color>
<color name="light_yellow">#FFFFE0</color>
<color name="yellow">#FFFF00</color>
<color name="snow">#FFFAFA</color>
<color name="floral_white">#FFFAF0</color>
<color name="lemon_chiffon">#FFFACD</color>
<color name="cornsilk">#FFF8DC</color>