Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

197
Vistas
How to implement this view with pagination using react native snap carousel?

Hi everyone need help with this package react-native-snap-carousel. I want to implement it just like this https://i.pinimg.com/originals/d5/6a/06/d56a06bffbd19494fc8596b984789e29.gif

Code used for Carousel

    _renderItem=({ item, index})=>{
        return  (

            <View style={{backgroundColor:'#fff',height:'80%',margin:'3%',elevation:2,justifyContent:'center',alignItems:'center'}}>
                <Text style={{fontFamily:'Poppins-Regular',fontSize:15,fontWeight:'300',color:'#444'}}>{item}</Text>
            </View>
        );
    }
   <Carousel
       data={this.state.packageList}
       renderItem={this._renderItem}
    /> 

How can I pass this array of objects as data to the Carousel component,

{"packageList": [{"amount": 300, "characterization": "A", "description": "Entry level package.", "durationType": "M", "isFree": "N", "name": "Basic Package", "packageId": 1, "status": "A", "type": 4}, {"amount": 500, "characterization": "A", "description": "Premium package allows real-time displaying of the services and caters larger client base. Valid for 3 months ", "durationType": "TM","isFree": "N", "name": "Premium", "packageId": 2, "status": "A", "type": 4}, {"amount": 700, "characterization": "A","description": "Provides larger client base and features.", "durationType": "SM","isFree": "N", "name": "Extra Premium   ","packageId": 3,"status": "A","type": 4}]}
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda