GeekyAnts / GeekyAnts/react-native-easy-grid

I can't insert the value of a variable in the table I made

Open
#108 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.2k
Forks
165
PR merge metrics
No merged PRs in 30d

Description

``` javascript
import React from 'react';
import { View, TextInput, Text } from 'react-native';
import { Col, Row, Grid } from 'react-native-easy-grid';
import { dadosCampo1 } from '../../Screens/Principal';
import { styles } from './styles'

export default function App() {

const camp = dataCamp

return (




Camp


{camp}




Campo 2


F




Campo 3


2




Campo 4


2




);
}
//If the language is strange it is because I am Brazilian and not fluent in English
```

Contributor guide

No contributing guide indexed for this repository

Research direction

The report only shows an App component using Grid, Col, Row, and Text, with dataCamp imported from ../../Screens/Principal and styles from ./styles. Start by reproducing the rendering with react-native-easy-grid and checking whether the variable reaches Text; done means the variable value appears in the table cell.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react-native
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.