Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

171
Views
Sistema con estilo en reaccionar nativo usando hoja de estilo

Estoy tratando de hacer que la hoja de estilo en react native pueda usar el valor dinámico, pero no tengo idea de cómo declararlo, y ¿podemos cambiar el nombre de estilo de la hoja de estilo react native?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Puede declarar una hoja de estilo en reaccionar nativo de esta manera

 import * as React from 'react'; import { Text, View, StyleSheet } from 'react-native'; export default function App() { return ( <View style={styles.container}> <Text style={styles.welcomeText}>welcome</Text> </View> ); } const styles = StyleSheet.create({ container: { flex: 1, justifyContent: 'center', paddingTop: 10, backgroundColor: '#ecf0f1', padding: 8, }, welcomeText:{ color:'red', }, });

Lea sobre esto en la documentación aquí .

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!