You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const slides = [
{
key: '1',
title: '',
text : 'Saiba quanto dinheiro está entrando e quanto está saindo.',
image: require('../../Assets/image/red_1.jpg'),
},
{
key: '2',
title: '',
text : 'Anote o valor de seus gastos e movimentos.',
image: require('../../Assets/image/red_2.jpg'),
},
{
key: '3',
image: require('../../Assets/image/red_1.jpg'),
title: '',
text: 'Acompanhe melhor o seu crescimento e suas atividades!',
},
];
// desired .svg format
The text was updated successfully, but these errors were encountered:
You can use this code:
import svgImage_1 from '../../Assets/image/red_1.svg';
{
key: '1',
title: '',
text : 'Anote o valor de seus gastos e movimentos.',
image: svgImage_1,
}
// desired .svg format
The text was updated successfully, but these errors were encountered: