1.0.26 • Published 6 years ago
react-native-jefferson v1.0.26
Jefferson
Error Reporting Software for Mobile
www.jefferson.pro/#setupSDK
Linking project with Android
npm i jefferson
1)Add your APIKEY metatag in your application tag in manifest as follows
<meta-tag android:name="JEFFERSON_API_KEY" android:value="your_api_key"/>
2)Add into your app/build.gradle
implementation project(':jefferson')
3)Add into your settings.gradle
include ':jefferson'
project(':jefferson').projectDir = new File(rootProject.projectDir, '../node_modules/jefferson/android')
4)Usage in RN:
import JF,{JF_setJSErrorCatcher} from 'jefferson'
JF.start()
JF_setJSErrorCatcher()
JF.saveGeovisionUserForCrashLog("dummyuser");
JF.sendEvent("string")
//
class App extends React.Component{
componentDidMount(){
// as()
}
render(){
return(<View><TouchableOpacity onPress={()=>JF.fatalCrash()}><Text>press</Text></TouchableOpacity></View>)
}
}
export default App;
Linking project with IOS
1.0.26
6 years ago
1.0.21
6 years ago
1.0.20
6 years ago
1.0.18
6 years ago
1.0.17
6 years ago
1.0.16
6 years ago
1.0.14
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.9
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago