React native UI example/template. Profile with matches section

React Native example/template, Profile with matches section! . 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!

React native template. Profile with matches section

Profile with matches section

import React from 'react'
import { StyleSheet, Text, View, TouchableOpacity, Image,  ScrollView } from 'react-native'

export default Profile = () => {


    const matches = [
        {
            id:1,
            avatar :'https://bootdey.com/img/Content/avatar/avatar2.png',
            name:'John Doe',
            age:'30',
        },
        {
            id:2,
            avatar :'https://bootdey.com/img/Content/avatar/avatar3.png',
            name:'John Doe',
            age:'30',
        },
        {
            id:3,
            avatar :'https://bootdey.com/img/Content/avatar/avatar4.png',
            name:'John Doe',
            age:'30',
        },
        {
            id:4,
            avatar :'https://bootdey.com/img/Content/avatar/avatar5.png',
            name:'John Doe',
            age:'30',
        },
        {
            id:5,
            avatar :'https://bootdey.com/img/Content/avatar/avatar6.png',
            name:'John Doe',
            age:'30',
        }
    ]

  return (
    <View style={styles.container}>
        <View style={styles.header}>
            <Image style={styles.avatar} source={{uri:'https://bootdey.com/img/Content/avatar/avatar1.png'}}/>
            <View style={styles.informationContainer}>
                <Text style={styles.name}>John Doe</Text>
                <Text style={styles.label}>80% profile completition</Text>
                <Text style={styles.label}>Age: 30</Text>
                <Text style={styles.label}>Pronouns: He/Him</Text>
                <Text style={styles.label}>Single</Text>
            </View>
        </View>
        
        <View style={styles.section}>
            <View style={styles.sectionHeader}>
                <Text style={styles.sectionTitle}>34 new matches</Text>
                <TouchableOpacity  style={styles.seeAllButton}>
                    <Text style={styles.seeAllButtonText}>See all</Text>
                </TouchableOpacity>
            </View>
            <View style={styles.sectionBody}>
                <ScrollView horizontal contentContainerStyle={styles.sectionScroll}>
                    {matches.map
//LOGIN TO SEE THE REST OF THE CODE(({======, ==, ====, ===}) => (
                        <==== ======{======.===========} ===={==}>
                            <===== ======{======.============} ======={{ ===: ====== }} />
                            <==== ======{======.===========}>
                                <==== ======{======.============}>{====}</====>
                                <==== ======{======.============}>===: {===}</====>
                            </====>
                        </====>
                    ))}
                </==========>
            </====>
        </====>
    </====>
  )
}

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

                                            

Similar snippets

React native template. profile screen like a photo social network

profile screen like a photo social network

About this react-native template

This react-native template, Profile with matches section, was published on Feb 17th 2023, 11:44 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 2.2K 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.