Skip to content

Instantly share code, notes, and snippets.

import React from 'react';
import RX from 'reactxp';
const styles = {
container: RX.Styles.createViewStyle({
flex: 1,
width: 100,
backgroundColor: 'red'
}),
drawerText: RX.Styles.createTextStyle({
import React from 'react';
import RX from 'reactxp';
import { observable, action } from 'mobx'
import { observer } from 'mobx-react'
import DrawerPanel from './DrawerPanel';
const styles = {
scroll: RX.Styles.createScrollViewStyle({
alignSelf: 'stretch',