Skip to content

Instantly share code, notes, and snippets.

View itinance's full-sized avatar

Hagen Hübel itinance

View GitHub Profile
@itinance
itinance / TestScreen.js
Created May 23, 2016 18:05
An example that react-native-swiper will ignore proper width and height when embedded in 'flexed' containers
import React, { Component } from 'react';
import {
View, Text, TextInput, Image, ActivityIndicatorIOS,
StyleSheet
} from "react-native";
import Button from "react-native-button";
import NavigationBar from 'react-native-navbar';
import Icon from 'react-native-vector-icons/FontAwesome';
var Swiper = require('react-native-swiper')