1.0.26 • Published 7 years ago

react-native-jefferson v1.0.26

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago