react-native-nitro-screen-recorder
Version: 
A library to capture screen recordings with react-native powered by NitroModules.
18 lines (17 loc) • 391 B
JSON
{
  "cxxNamespace": ["nitroscreenrecorder"],
  "ios": {
    "iosModuleName": "NitroScreenRecorder"
  },
  "android": {
    "androidNamespace": ["nitroscreenrecorder"],
    "androidCxxLibName": "nitroscreenrecorder"
  },
  "autolinking": {
    "NitroScreenRecorder": {
      "swift": "NitroScreenRecorder",
      "kotlin": "NitroScreenRecorder"
    }
  },
  "ignorePaths": ["node_modules"]
}