From 24e471de9ec67f7f176b6ab63f470ced97f753a4 Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Sun, 19 Dec 2021 23:54:02 +0000 Subject: [PATCH] highlight gradle and ruby snippets --- react-native/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-native/README.md b/react-native/README.md index 87bbbd4..66f2281 100644 --- a/react-native/README.md +++ b/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. - ``` + ```gradle ext { ffmpegKitPackage = "" } @@ -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. - ``` + ```ruby pod 'ffmpeg-kit-react-native', :subspecs => [''], :podspec => '../node_modules/ffmpeg-kit-react-native/ffmpeg-kit-react-native.podspec' ```