Table Example import * as React from 'react'; import { StyleSheet, View } from 'react-native'; import Table from 'react-native-table-element'; export default function App() { return ( <View style={styles.container}> <Table containerStyle={{ margin: 10 }} header={['#', 'Song', '...
import React, { Component } from 'react'; import { StyleSheet, View, Text, TouchableOpacity, Alert } from 'react-native'; import { Table, TableWrapper, Row, Cell } from 'react-native-reanimated-table'; export default class ExampleFour extends Component { constructor(props) { super(props);...
3 changes: 2 additions & 1 deletion3example/App.js Original file line numberDiff line numberDiff line change Expand Up@@ -17,7 +17,8 @@ import { import{ Colors, }from'react-native/Libraries/NewAppScreen'; importTablefrom'react-native-table-component-mroads'; ...
Example4import React, { Component } from 'react'; import { StyleSheet, View, Text, TouchableOpacity, Alert } from 'react-native'; import { Table, TableWrapper, Row, Cell } from 'react-native-reanimated-table'; export default class ExampleFour extends Component { constructor(props) { super(...
import React, { Component } from 'react'; import { StyleSheet, View, Text, TouchableOpacity, Alert } from 'react-native'; import { Table, TableWrapper, Row, Cell } from 'react-native-reanimated-table'; export default class ExampleFour extends Component { constructor(props) { super(props);...