-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update from source repository #32
Conversation
…#185 Add prop optionTintColor for ActionSheet options text
…t and are now read from the message state
…ested function in renderTicks
… for the sent messages
…meter tickStyle to GiftedChat
Now are UUIDs generated with `node-uuid` and is possible to change this behavior using `messageIdGenerator` prop.
Refactor utils into stand-alone functions
Add prop for tintColor for ActionSheet in Actions FaridSafi#185
Currently 506 errors, 7 warnings :D
Removed a few unnecessarily strict rules, so we're down to 486 errors now.
Add eslint script (extends airbnb + react + react-native)
Currently the fix is unpublished.
* Add a more generic function prop `parsePatterns` * Clean up README
Just in case someone is mistakenly trying to use symlinks with RN.
* Fixed doc link for long press * Hard-code date for code link
Reviewed 45 of 45 files at r1. package.json, line 32 at r1 (raw file):
why is this removed? Comments from Reviewable |
Review status: all files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. package.json, line 48 at r1 (raw file):
this will most likely break Android 7 versions due to transform scale: -1 problem Comments from Reviewable |
Review status: all files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. src/GiftedChat.js, line 263 at r1 (raw file):
All of these changes to height needs to be tested thoroughly.
Comments from Reviewable |
Review status: all files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. Comments from Reviewable |
Review status: all files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. package.json, line 32 at r1 (raw file): Previously, sondremare wrote…
not in line with what is on their master, and it breaks the build Comments from Reviewable |
Review status: all files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. package.json, line 48 at r1 (raw file): Previously, sondremare wrote…
Comments in our fork said it was fixed in RN 0.48 > Comments from Reviewable |
Review status: all files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. src/GiftedChat.js, line 263 at r1 (raw file): Previously, sondremare wrote…
Will do Comments from Reviewable |
…n differ which does that
Review status: 42 of 45 files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. Comments from Reviewable |
Reviewed 42 of 45 files at r1, 3 of 3 files at r2. src/GiftedChat.js, line 568 at r2 (raw file):
I do not see renderSuggestions on the right hand side now, missing? Does suggestions still work? Comments from Reviewable |
Review status: all files reviewed at latest revision, 4 unresolved discussions, some commit checks failed. Comments from Reviewable |
Review status: all files reviewed at latest revision, 1 unresolved discussion, some commit checks failed. src/GiftedChat.js, line 568 at r2 (raw file): Previously, kennethlynne (Kenneth Lynne) wrote…
Suggetstions still work, but will readd this proptype Comments from Reviewable |
Get updates from FaridSafi/react-native-gifted-chat to be closer to their implementation to allow us to more easily get in future fixes and features, and stuff like flat list implementation from a fork
This change is