Skip to content

Instantly share code, notes, and snippets.

View samuelefilincieri's full-sized avatar

samuele filincieri samuelefilincieri

View GitHub Profile
@akulsr0
akulsr0 / RNUIAPP - RNBottomTabs.jsx
Last active April 12, 2023 10:32
React Native UI App - React Navigation Bottom Tabs
import React from 'react';
import { StyleSheet, Text, View } from 'react-native';
// npm i @react-navigation/bottom-tabs react-native-elements
import { createBottomTabNavigator } from '@react-navigation/bottom-tabs';
import { Icon } from 'react-native-elements';
function TabA() {
return (
<View style={styles.container}>