tdermendjiev / react-ns-embed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-ns-embed

This project demonstrates how NativeScript can be added to a React Native project as a cocoapod dependency. Before building it run pod install .

Notes

require_relative '../ios/nativescript.rb'

This script has some methods updating the xcode project with the build steps and settings needed for the NativeScript runtime to work as well as for generating the metadata. It implements nativescript_post_install(installer) which should be called from the post_install block.

post_install do |installer|
  react_native_post_install(installer)
  __apply_Xcode_12_5_M1_post_install_workaround(installer)
  nativescript_post_install(installer)
end

About


Languages

Language:C 97.9%Language:C++ 1.3%Language:Shell 0.4%Language:Ruby 0.1%Language:Java 0.1%Language:Python 0.1%Language:Objective-C++ 0.0%Language:Objective-C 0.0%Language:JavaScript 0.0%Language:Makefile 0.0%Language:Starlark 0.0%