reactnative
Here are 865 public repositories matching this topic...
Since tslint is deprecated, we should migrate the project to use eslint with the typescript plugins instead.
This work has been (sort of) started in realm/realm-js#2794.
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?
Create a bot that watches and archives specified public channels in Status and makes it searchable
User Story
To be able to see the history of the channels (anonymized though), we need a bot that will listen in to a set of public channels and writes their content in a DB. We also need a full-text search in the archive in the same bot.
Imagine http://offsite.chat/html, but on steroids.
I noticed that if I just copy the code in: https://galio.io/docs/#/components/switch
<Switch
value={this.state["switch-1"]}
onValueChange={() => this.toggleSwitch("switch-1")}
/>
It throws an error saying that onChange is undefined. I think it would be a good to provide documentation that you would need onChange along with onValueChange. Unless I was implementing it wrong?
-
Updated
Jun 11, 2020 - TypeScript
-
Updated
Feb 6, 2019 - JavaScript
-
Updated
Jun 29, 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
Jun 16, 2020 - C++
-
Updated
Jul 15, 2017 - JavaScript
Java coding style
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Dec 28, 2019 - Java
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