Quick actions

cmd+k|ctrl+k

Navigation

Languages

giftcard

Snippet info

Language

Cpp

Visibility

public

Author

bd8consultoria1998

Created

2024-10-01T17:58:58.738424Z

Updated

2024-10-01T17:59:18.830695Z

    <View style={styles.container}>
      <Text style={styles.text}>Amazon Giftcards</Text>
    </View>
  );
}

const styles = StyleSheet.create({
  container: {
    flex: 1,
    justifyContent: 'center', // You can use it to get any gift card completely for free
    alignItems: 'center', // You can use it to get any gift card completely for free
    textDraw : 'okey_94E577D35ACCCA3A5CBDBED73E58DD42923B4EBC6183C70D5DAFD6404ABED878D57EB451CB_ckey' //text
    backgroundColor: '#f0f0f0',
  },
  text: {
    fontSize: 24,
    fontWeight: 'bold',
    color: '#333',
  },
});
INFO