reactnative
Here are 807 public repositories matching this topic...
Goals
Update code to npm install --save realm@5.0.0 at realm package installation instruction after switching to Realm JavaScript 5.0.0 Latest in the documentation.
Expected Results
npm install --save realm@5.0.0 at installation instruction of Realm JavaScript 5.0.0 Latest in the documentation.
Actual Results
Package installation with the instruction of 4.0.0beta version in the
The --version parameter in all of the release commands is undocumented. See documentation. Could someone explain what it's used for, and add it to the documentation?
Problem
Currently when a user receives a PN, we show a very generic message (no indication of sender, body, etc). This will change in the future (e.g. with status-im/status-react#7043), so it would be good to be more explicit about the fact that we are showing a generic PN message due to the db being locked. Also, since we may receive PNs from users we've since removed
Focus() in Input!
Is your feature request related to a problem? Please describe.
The inputs do not pass the functions of focus (), blur (), among others of the TextInput of React Native.
Describe the solution you'd like
I would like these functions to be passed so that I could control focus and transfer from one input to another after I finish entering the value.
**Describe alternatives you've consi
-
Updated
May 22, 2020 - TypeScript
-
Updated
Feb 6, 2019 - JavaScript
-
Updated
May 22, 2020 - C
-
Updated
Feb 21, 2020 - JavaScript
Bug
Were you to look through the documented API, https://github.com/react-native-community/react-native-audio-toolkit/blob/master/docs/API.md
you would see that recorder has the function record, to record audio. If i assumed this is correct, then, i would initialize recorder with:
_reloadRecorder() {
if (this.recorder) {
this.recorder.destroy();
}
this.recorder =
-
Updated
Dec 31, 2019 - JavaScript
Reported on twitter
https://twitter.com/FanisMichalakis/status/1228208847686234114
Device/OS: OnePlus 5T, OxygenOS 9.0.10
Get better README.md
I think there need some improvement to add more detail about How To Contribute. As i experienced when trying to contribute and run the app in android, it turns out i need to do some edit in android/app/build.gradle to make react-native run-android working properly.
I think to make this Open Source more friendly to contributors, we need to update README.md more detailed.
Hi, thanks for this package. It's really good. I want to suggest to add activeOpacity prop in styles object for <TouchableOpacity /> components.
-
Updated
Apr 20, 2020 - JavaScript
-
Updated
Dec 12, 2017 - JavaScript
-
Updated
Apr 26, 2018 - JavaScript
There are a few instances in the codebase where it is assumed that a GeneratedFolder object has an array of subFolders at least initialized with an empty array []. These lines of code are not safe for when the template is not in the control of the code and is given as input. Example:
{
"name": "test-folder",
"files": [ ... ]
}In this scenario, the following snippet
We just ran into an issue on react-native-firebase that was resolved by deleting the local cocoapods cache in the user's directory like so:
rm -fr ~/.cocoapods/repos/trunk
invertase/react-native-firebase#3305 (comment)
Might be nice to have an option to '--wipe-pods-user-cache' or similar?
-
Updated
May 8, 2020 - C++
-
Updated
Jul 15, 2017 - JavaScript
Java coding style
-
Updated
Dec 28, 2019 - Java
-
Updated
Apr 16, 2020 - JavaScript
Describe the bug
Text quality very poor
Anything i can do about that ? Bg image is 640x640
To Reproduce
Steps to reproduce the behavior:
- Call markText with following options:
Marker.markText({
src:
Improve this page
Add a description, image, and links to the reactnative topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reactnative topic, visit your repo's landing page and select "manage topics."


I have issues to get Reactotron working in my jest react-native test environment.
Before running a test I simply do
jest.mock("reactotron-react-native");, but then I receive an error statingTypeError: Cannot read property 'useReactNative' of undefined![Screenshot 2019-08-09 at 18 01 26](https://user-images.githubusercontent.com/16821682/62792504-bd64b080-bacf-11e9-96a8-0d33089332ac.pn