GeekyAnts / GeekyAnts/react-native-easy-grid
I can't insert the value of a variable in the table I made
- 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