highlight gradle and ruby snippets

pull/294/head
Taner Sener 4 years ago
parent 41b3df6fa8
commit 24e471de9e
  1. 4
      react-native/README.md

@ -152,7 +152,7 @@ packages using the instructions below.
- Edit `android/build.gradle` file and add the package name in `ext.ffmpegKitPackage` variable. - Edit `android/build.gradle` file and add the package name in `ext.ffmpegKitPackage` variable.
``` ```gradle
ext { ext {
ffmpegKitPackage = "<package name>" ffmpegKitPackage = "<package name>"
} }
@ -163,7 +163,7 @@ packages using the instructions below.
- Edit `ios/Podfile` file and add the package name as `subspec`. After that run `pod install` again. - Edit `ios/Podfile` file and add the package name as `subspec`. After that run `pod install` again.
``` ```ruby
pod 'ffmpeg-kit-react-native', :subspecs => ['<package name>'], :podspec => '../node_modules/ffmpeg-kit-react-native/ffmpeg-kit-react-native.podspec' pod 'ffmpeg-kit-react-native', :subspecs => ['<package name>'], :podspec => '../node_modules/ffmpeg-kit-react-native/ffmpeg-kit-react-native.podspec'
``` ```

Loading…
Cancel
Save