issues Search Results · repo:cht8687/react-listview-sticky-header language:JavaScript
Filter by
15 results
(84 ms)15 results
incht8687/react-listview-sticky-header (press backspace or delete to remove)const MyAccountfunc= async ({navigation})= { let user = await AsyncStorage.getItem( user ); //it is showing error here
alert(user); //my user contains one mail if(user==null) { alert( Login first ) navigation.navigate( ...
yashimaskara
- Opened on May 3, 2021
- #40
` const [posts,setPosts] = useState([]); useEffect(() = { db.collection( posts ).onSnapshot((snapshot)=
setPosts(snapshot.docs.map((doc)= ({id:doc.id,data:doc.data()})))
);
}, [])`
THEORIGINITE
- Opened on Feb 3, 2021
- #37
Just noticed this line in the component unmount:
https://github.com/cht8687/react-listview-sticky-header/blob/64dfb8374b39851969fe644011b817dd0b96f3e6/src/ReactListView.js#L36
I m thinking this should ...
tomwilderspin
- 2
- Opened on Apr 12, 2018
- #15
tuukka26
- Opened on Feb 21, 2018
- #14
when reaching end of list, just render it s head...
enhancement
help wanted
cht8687
- Opened on Jul 1, 2016
- #12
At the moment, if data array is long enough, the headers are not sticking to the correct position. need to be fixed.
bug
enhancement
help wanted
cht8687
- Opened on Jun 21, 2016
- #11
cht8687
- 1
- Opened on Dec 26, 2015
- #7
From the example, (with react 0.14)
Invariant Violation: Objects are not valid as a React child (found: object with keys {title}). If you meant to render a
collection of children, use an array instead ...
bug
PCreations
- 24
- Opened on Nov 29, 2015
- #6

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.