Skip to content

tejas456sawant/Crime-Reporting

Repository files navigation

This component was created with BuilderX.

BuilderX uses third party libraries for some of the react-native components such as

@builderx/utils@0.1.6
lodash
react-navigation@4.0.10
react-native-svg
react-native-maps

You can add these packages by running yarn add [packageName] or npm install [packageName].

Please add the extracted component folder in your project and import the component folder.

E.g. import Component from [folder path].

Note: You might need to load custom fonts that have been used in the component. Font files are available in the assets/fonts folder. You can add this code to load these fonts

For Expo project

import { Font } from "expo";

async componentDidMount(){
  await Font.loadAsync({
    <font-name>:require(<relative-path-to-font-file>)
  })
}

For React-Native project

  1. Add rnpm to package.json providing the path to the font files.
"rnpm": {
  "assets": [
    "./src/assets/fonts/"
  ]
}
  1. Run react-native link. "# Crime-Reporting"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published