React native UI example/template. Menu list ui example

React Native example/template, Menu list ui example! . Take a look at this UI example and see how it can enhance your project. You can copy or download the code and use it in your project. Don't forget to browse our library of other free React Native templates for even more design and functionality inspiration. Happy coding!

import React, { useState } from 'react'
import {
  StyleSheet,
  Text,
  View,
  TouchableOpacity,
  Image,
  Alert,
  FlatList,
} from 'react-native'

export default Menu = () => {
  const data = [
    {
      id: 1,
      title: 'You',
      color: '#FF4500',
      members: 8,
      image: 'https://img.icons8.com/color/70/000000/name.png',
    },
    {
      id: 1,
      title: 'Home',
      color: '#87CEEB',
      members: 6,
      image: 'https://img.icons8.com/office/70/000000/home-page.png',
    },
    {
      id: 2,
      title: 'Love',
      color: '#4682B4',
      members: 12,
      image: 'https://img.icons8.com/color/70/000000/two-hearts.png',
    },
    {
      id: 3,
      title: 'Family',
      color: '#6A5ACD',
      members: 5,
      image: 'https://img.icons8.com/color/70/000000/family.png',
    },
    {
      id: 4,
      title: 'Friends',
      color: '#FF69B4',
      members: 6,
      image: 'https://img.icons8.com/color/70/000000/groups.png',
    },
    {
      id: 5,
      title: 'School',
      color: '#00BFFF',
      members: 7,
      image: 'https://img.icons8.com/color/70/000000/classroom.png',
    },
    {
      id: 6,
      title: 'Things',
      color: '#00FFFF',
      members: 8,
      image: 'https://img.icons8.com/dusk/70/000000/checklist.png',
    },
    {
      id: 8,
      title: 'World',
      color: '#20B2AA',
      members: 23,
      image: 'https://img.icons8.com/dusk/70/000000/globe-earth.png',
    },
    {
      id: 9,
      title: 'Remember',
      color: '#191970',
      members: 45,
      image: 'https://img.icons8.com/color/70/000000/to-do.png',
    },
    {
      id: 9,
      title: 'Game',
      color: '#008080',
      members: 13,
      image: 'https://img.icons8.com/color/70/000000/basketball.png',
    },
  ]

  const [options, setOptions] = useState(data)

  const showAlert = () => {
    Alert.alert('Option selected')
  }

  return (
    <View style={styles.container}>
      <FlatList
        style={styles.list}
        contentContainerStyle={styles.listContainer}
        data={options}
       
//LOGIN TO SEE THE REST OF THE CODE ==========={=====}
        ==========={=}
        ============={==== => {
          ====== ====.==
        }}
        ==========={({ ==== }) => {
          ====== (
            <================
              ======{[======.====, { ===============: ====.===== }]}
              ========{() => {
                =========(====.====)
              }}>
              <==== ======{======.==========}>
                <==== ======{======.=====}>{====.=====}</====>
                <=====
                  ======{======.====}
                  ======={{ ===: '=====://===.======.===/===/==/======/========.===' }}
                />
              </====>
              <===== ======{======.=========} ======={{ ===: ====.===== }} />
              <==== ======{======.==========}>
                <==== ======{======.========}>{====.=======} =======</====>
              </====>
            </================>
          )
        }}
      />
    </====>
  )
}

===== ====== = ==========.======({
  =========: {
    ====: =,
    =========: ==,
  },
  ====: {
    //=================: =,
    ===============: '#======',
  },
  =============: {
    ==========: '======',
  },
  /******** ==== **************/
  ====: {
    ================: =,
    ==============: =,
    =========: '==%',
  },
  ==========: {
    ===============: ==,
    =================: ==,
    ===================: =,
    ====================: =,
    =============: '===',
    ==========: '======',
    ==============: '======',
  },
  ===========: {
    ===============: ==.=,
    =================: ==,
  },
  ==========: {
    =============: '===',
    ==============: '=====-=======',
    ==========: ==.=,
    =============: ==,
    =================: ==,
    ======================: =,
    =======================: =,
  },
  =========: {
    ======: ==,
    =====: ==,
    =========: '======',
  },
  =====: {
    ========: ==,
    ====: =,
    =====: '#======',
    ==========: '====',
  },
  ========: {
    ========: ==,
    ====: =,
    =====: '#======',
  },
  ====: {
    ======: ==,
    =====: ==,
  },
})

                                            

Similar snippets

About this react-native template

This react-native template, Menu list ui example, was published on Nov 29th 2017, 18:03 by Bootdey Admin and it is free.

We hope you will enjoy this awesome react-native template and stay tuned for the latest updates, we believe it will save your precious time and gives trendy look to your next application.

This template currectly have 72.4K views, Using this react-native template you have the following benefits:

Example Screens

You can jump start your development with our pre-built example, all you need to do is copy the code and execute it, You can also show it to your customers so that they have an idea of the final result.

Cross-platform for mobile development

This template was developed for Android and iOS.

Simple Integration

This template can be simply integrated on existing projects and new ones too, all you need to do is copy the code and start working.

Fully coded view

this is a functional example, You will save a lot of time going from prototyping to full-functional code.