Skip to content

Commit

Permalink
WIP 3 - installation
Browse files Browse the repository at this point in the history
  • Loading branch information
liaz-af committed May 7, 2023
1 parent cffb3b2 commit 4a1e6f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ hidden: true
# Adding react-native-appsflyer to your project

- Installation using CLI
- [Installation with autolinking](#Installation-with-autolinking)
- [Installation without autolinking](#Installation-without-autolinking)
- [Installation with autolinking](#installation-with-autolinking)
- [Installation without autolinking](#installation-without-autolinking)
- Manual installation
- [iOS](#manual-installation-ios)
- [Android](#manual-installation-android)
- Add strict-mode for App-kids
- The AD_ID permission for android apps

## <a id="Installation-with-autolinking"> Installation (with [autolinking](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md))
## Installation with [autolinking](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md)

Run the following:

Expand All @@ -25,7 +25,7 @@ $ npm install react-native-appsflyer --save
$ cd ios && pod install
```

## <a id="Installation-without-autolinking"> Installation (without [autolinking](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md))
## Installation without [autolinking](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md)


Run the following:
Expand Down

0 comments on commit 4a1e6f6

Please sign in to comment.