Skip to content
#

reactnative

Here are 865 public repositories matching this topic...

hannojg
hannojg commented Aug 9, 2019

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 stating
TypeError: 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

galio
chilledJin
chilledJin commented Jun 28, 2019

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 = 
dhamanutd
dhamanutd commented Feb 19, 2018

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.

alexnm
alexnm commented Sep 30, 2019

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

Improve this page

Add a description, image, and links to the reactnative topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reactnative topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.